mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
1. Updated metadata
2. Fixed compiler warning
This commit is contained in:
@@ -74,6 +74,7 @@ function messageBox()
|
||||
ret._ipc.master = ret;
|
||||
ret._ipc.on('ready', function ()
|
||||
{
|
||||
this.descriptorMetadata = 'message-box';
|
||||
if (this.master.timeout != null) { this.master._timeout = setTimeout(function (mstr) { mstr._ipc.exit(); }, this.master.timeout * 1000, this.master); }
|
||||
if (this.master.layout == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user