deb
This commit is contained in:
parent
5881fa4c9d
commit
84ee279b35
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ export class TlvStorageFactory extends EventEmitter {
|
|||
return
|
||||
}
|
||||
if (response.type !== op.type) {
|
||||
reject(new Error('Invalid tlv storage response type'));
|
||||
reject(new Error('Invalid tlv storage response type: ' + response.type + ' expected: ' + op.type));
|
||||
return
|
||||
}
|
||||
resolve(response.data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue