mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-11 22:03:48 +00:00
fix
This commit is contained in:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user