1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-05 01:54:00 +00:00

Updated code comment

This commit is contained in:
Bryan Roe
2019-12-05 14:54:53 -08:00
parent 397bab48c7
commit e85d00e3e0
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ function dispatch(options)
{
}
}
var str = Buffer.from("/*require('win-console').hide();*/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)
{