Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
deps: stub a couple new methods in Chakra shim
Browse files Browse the repository at this point in the history
  • Loading branch information
sethbrenith authored and kfarnung committed Sep 11, 2018
1 parent dffae30 commit fd8c67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-vm-basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const vm = require('vm');
});

// vm.compileFunction
{
if (!common.isChakraEngine) {
assert.strictEqual(
vm.compileFunction('console.log("Hello, World!")').toString(),
'function () {\nconsole.log("Hello, World!")\n}'
Expand Down

0 comments on commit fd8c67b

Please sign in to comment.