mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-01-10 07:28:10 -05:00
comma
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:
committed by
James M Snell
parent
2ffc000b65
commit
75ceaa0d5e
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user