diff options
Diffstat (limited to 'scripts/lib/system.js')
-rw-r--r-- | scripts/lib/system.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/system.js b/scripts/lib/system.js index feca7fb0..c9b87028 100644 --- a/scripts/lib/system.js +++ b/scripts/lib/system.js @@ -17,7 +17,7 @@ var ret; stderr = response; if (onStderr) - ret = onStderr.call(onStdout, response); + ret = onStderr.call(onStderr, response); return ret; }, stdin, environ, toStdin).then( |