1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-11 22:03:48 +00:00
This commit is contained in:
Bryan Roe
2020-04-29 03:01:44 -07:00
parent c7959a8332
commit 71bd469551
11 changed files with 127 additions and 376 deletions

View File

@@ -120,7 +120,6 @@ function messageBox()
ret._container.promise = ret;
ret._container.on('data', function (j)
{
this.promise._container = null;
if(j == IDYES || j == IDOK)
{
this.promise._res();
@@ -129,6 +128,7 @@ function messageBox()
{
this.promise._rej('Denied');
}
this.promise._container = null;
});
ret._container.on('exit', function ()
{