Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sca-automation committed Dec 7, 2023
1 parent e4ec27e commit 2c2dde7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/datacreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ async function createOrders () {
const vm = new NodeVM();
const script = new VMScript(createOrders);
try {
const result = vm.run(script);
console.log("Result from VM:", result);
} catch (error) {
console.error("Error in VM:", error);
Expand Down

0 comments on commit 2c2dde7

Please sign in to comment.