Skip to content

Commit 3395323

Browse files
author
Prathik Rao
committed
bug fix
1 parent 6dcc7e2 commit 3395323

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sdk/js/src/detail/coreInterop.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ export class CoreInterop {
160160
BinaryDataLength: binLength
161161
};
162162
const res = { Data: 0, DataLength: 0, Error: 0, ErrorLength: 0 };
163-
164-
this.execute_command_with_binary(req, res);
165-
163+
166164
try {
167165
if (res.Error) {
168166
const errorMsg = koffi.decode(res.Error, 'char', res.ErrorLength);

0 commit comments

Comments
 (0)