Remove process.ARGV
Use process.argv instead.
This commit is contained in:
parent
25ff181300
commit
08cb8fce67
@ -2141,7 +2141,6 @@ Handle<Object> SetupProcessObject(int argc, char *argv[]) {
|
||||
arguments->Set(Integer::New(j), arg);
|
||||
}
|
||||
// assign it
|
||||
process->Set(String::NewSymbol("ARGV"), arguments);
|
||||
process->Set(String::NewSymbol("argv"), arguments);
|
||||
|
||||
// create process.env
|
||||
|
Loading…
x
Reference in New Issue
Block a user