added logo
This commit is contained in:
+2
-1
@@ -156,9 +156,11 @@ function powerShell(cmd) {
|
||||
result = result + data.toString('utf8');
|
||||
});
|
||||
child.stderr.on('data', function (data) {
|
||||
child.kill();
|
||||
reject(data);
|
||||
});
|
||||
child.on('close', function () {
|
||||
child.kill();
|
||||
resolve(result);
|
||||
});
|
||||
|
||||
@@ -168,7 +170,6 @@ function powerShell(cmd) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function noop() { }
|
||||
|
||||
exports.isFunction = isFunction;
|
||||
|
||||
Reference in New Issue
Block a user