1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-27 21:53:20 +00:00

Added updated win-dispatcher to polyfills

This commit is contained in:
Bryan Roe
2020-05-01 15:25:57 -07:00
parent b8b2638f8a
commit d18ed5dd89
2 changed files with 3 additions and 3 deletions

View File

@@ -96,8 +96,8 @@ function dispatch(options)
parms += ('/TR "\\"' + process.execPath + '\\" -b64exec ' + str + '"');
var child = require('child_process').execFile(process.env['windir'] + '\\system32\\cmd.exe', [parms]);
child.stderr.on('data', function (c) { console.log(c.toString()); });
child.stdout.on('data', function (c) { console.log(c.toString()); });
child.stderr.on('data', function (c) { });
child.stdout.on('data', function (c) { });
child.waitExit();
var child = require('child_process').execFile(process.env['windir'] + '\\system32\\cmd.exe', ['cmd']);