mirror of https://github.com/nodejs/node.git
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 */) {
|
exports.execFile = function (file /* args, options, callback */) {
|
||||||
var options = { encoding: 'utf8'
|
var options = { encoding: 'utf8'
|
||||||
|
|
Loading…
Reference in New Issue