Skip to content

Commit

Permalink
Use correct args
Browse files Browse the repository at this point in the history
  • Loading branch information
stubailo authored and Sashko Stubailo committed Jan 21, 2015
1 parent 63c9872 commit 67529ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/selftest.js
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ _.extend(Run.prototype, {
var env = _.clone(process.env);
_.extend(env, self.env);

self.proc = crossSpawn(files.convertToOSPath(self.execPath), args, {
self.proc = crossSpawn(files.convertToOSPath(self.execPath), self._args, {
cwd: files.convertToOSPath(self.cwd),
env: env
});
Expand Down

0 comments on commit 67529ce

Please sign in to comment.