Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to runInContext, runInNewContext and runInThisContext signature
According to https://nodejs.org/api/vm.html#scriptrunincontextcontextifiedobject-options, these three functions don't have a second parameter of string type. These three functions didn't work in my project after build, an exception would be raised, so I fixed this.
- Loading branch information