PR-URL: https://github.com/joyent/node/pull/25615
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
This commit is contained in:
Julien Valéry
2015-07-02 12:06:51 +02:00
committed by James M Snell
parent 2ffc000b65
commit 75ceaa0d5e

View File

@@ -117,7 +117,7 @@ Example: compile and execute code that increments a global variable and sets a
new one. These globals are contained in the sandbox.
var util = require('util');
var vm = require('vm'),
var vm = require('vm');
var sandbox = {
animal: 'cat',