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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user