From 0a183cd5c58b4c13446702118bbb3cba9a5db6af Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 31 Jul 2017 08:21:58 +0800 Subject: [PATCH] Fix indentation --- lib/internal/bootstrap_node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/bootstrap_node.js b/lib/internal/bootstrap_node.js index 95a18f33c38236..cf517cdcf2b5ef 100644 --- a/lib/internal/bootstrap_node.js +++ b/lib/internal/bootstrap_node.js @@ -322,7 +322,7 @@ const consoleAPIModule = new Module(''); consoleAPIModule.paths = - Module._nodeModulePaths(cwd).concat(Module.globalPaths); + Module._nodeModulePaths(cwd).concat(Module.globalPaths); addCommandLineAPI('require', makeRequireFunction(consoleAPIModule)); }