fix a typo in comment
fixes issue 464
This commit is contained in:
parent
bc02d47b21
commit
86727b15f3
@ -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…
x
Reference in New Issue
Block a user