summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap_node.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/bootstrap_node.js')
-rw-r--r--lib/internal/bootstrap_node.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/bootstrap_node.js b/lib/internal/bootstrap_node.js
index 0c82e5e36d..feb6b3e366 100644
--- a/lib/internal/bootstrap_node.js
+++ b/lib/internal/bootstrap_node.js
@@ -454,7 +454,7 @@
// wrap it
source = Module.wrap(source);
// compile the script, this will throw if it fails
- new vm.Script(source, {displayErrors: true, filename});
+ new vm.Script(source, { displayErrors: true, filename });
}
// Below you find a minimal module system, which is used to load the node