Browse Source

fix a typo in comment

fixes issue 464
v0.7.4-release
Travis Swicegood 14 years ago
committed by Ryan Dahl
parent
commit
86727b15f3
  1. 2
      lib/child_process.js

2
lib/child_process.js

@ -22,7 +22,7 @@ exports.exec = function (command /*, options, callback */) {
};
// execFile("something.sh", { env: ENV }, funciton() { })
// execFile("something.sh", { env: ENV }, function() { })
exports.execFile = function (file /* args, options, callback */) {
var options = { encoding: 'utf8'

Loading…
Cancel
Save