mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-05 01:54:00 +00:00
Updated code comment
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user