mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-24 12:13:16 +00:00
Added missing 'close' for win-userconsent when not dispatched
This commit is contained in:
@@ -343,6 +343,10 @@ function createLocal(title, caption, username, options)
|
||||
{
|
||||
ret.pump.timeout = setTimeout(pump_onTimeout, options.timeout, ret.pump);
|
||||
}
|
||||
ret.close = function close()
|
||||
{
|
||||
this.pump.close();
|
||||
}
|
||||
return (ret);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user