Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedziwiatr committed Dec 21, 2022
1 parent a5ed852 commit eea5c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/modules/impl/HandlerExecutorFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class HandlerExecutorFactory implements ExecutorFactory<HandlerApi<unknow
}
if (evaluationOptions.useVM2) {
const vmScript = new vm2.VMScript(normalizedSource);
const typedArrays = {
const typedArrays = {
Int8Array: Int8Array,
Uint8Array: Uint8Array,
Uint8ClampedArray: Uint8ClampedArray,
Expand All @@ -198,7 +198,7 @@ export class HandlerExecutorFactory implements ExecutorFactory<HandlerApi<unknow
Float64Array: Float64Array,
BigInt64Array: BigInt64Array,
BigUint64Array: BigUint64Array
}
};
const vm = new vm2.NodeVM({
console: 'off',
sandbox: {
Expand Down

0 comments on commit eea5c18

Please sign in to comment.