root_module should be a local variable
This commit is contained in:
parent
2a695a9721
commit
b07dc31e1b
@ -158,7 +158,7 @@ node.Module.prototype.exit = function (callback) {
|
|||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
// Load the root module--the command line argument.
|
// Load the root module--the command line argument.
|
||||||
root_module = new node.Module({
|
var root_module = new node.Module({
|
||||||
path: node.path.filename(ARGV[1]),
|
path: node.path.filename(ARGV[1]),
|
||||||
base_directory: node.path.dirname(ARGV[1]),
|
base_directory: node.path.dirname(ARGV[1]),
|
||||||
target: this
|
target: this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user