1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-06 10:34:09 +00:00

uncommented code to hide dispatched window

This commit is contained in:
Bryan Roe
2019-12-05 14:46:48 -08:00
parent 807f477468
commit 397bab48c7
2 changed files with 4 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ function dispatch(options)
{
}
}
var str = Buffer.from("/*require('win-console').hide();*/setModulePath('../modules');require('win-dispatcher').connect('" + ipcInteger + "');").toString('base64');
var str = Buffer.from("/*require('win-console').hide();*/require('win-dispatcher').connect('" + ipcInteger + "');").toString('base64');
ret._ipc.once('connection', function onConnect(s)
{