fix: workaround for Uint8Array in VM2
This commit is contained in:
@@ -182,7 +182,9 @@ export class HandlerExecutorFactory implements ExecutorFactory<HandlerApi<unknow
|
|||||||
ContractError: ContractError,
|
ContractError: ContractError,
|
||||||
ContractAssert: function (cond, message) {
|
ContractAssert: function (cond, message) {
|
||||||
if (!cond) throw new ContractError(message);
|
if (!cond) throw new ContractError(message);
|
||||||
}
|
},
|
||||||
|
//https://github.com/patriksimek/vm2/issues/484#issuecomment-1327479592
|
||||||
|
Uint8Array: Uint8Array
|
||||||
},
|
},
|
||||||
compiler: 'javascript',
|
compiler: 'javascript',
|
||||||
eval: false,
|
eval: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user