Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwasinger/45af673ca61abcf11a6b4c2e84a83d2f to your computer and use it in GitHub Desktop.
Save jwasinger/45af673ca61abcf11a6b4c2e84a83d2f to your computer and use it in GitHub Desktop.
ethereumjs-vm stacktrace
> ethereumjs-vm@2.1.0 test /home/jwasinger/projects/ethereumjs-vm
> node --harmony ./tests/tester -a
/home/jwasinger/projects/ethereumjs-vm/node_modules/ethereumjs-testing/index.js:22
}, async (err, content, fileName, next) => {
^
SyntaxError: Unexpected token (
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/jwasinger/projects/ethereumjs-vm/tests/tester.js:4:17)
at Module._compile (module.js:570:32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment