mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-18 17:23:16 +00:00
Added missing 'return' statement.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -474,6 +474,7 @@ function heci_create()
|
|||||||
{
|
{
|
||||||
console.info1('Write Error: ' + result._LastError);
|
console.info1('Write Error: ' + result._LastError);
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
require('fs').write(this._descriptor, chunk.buffer, this._processWrite_linux_signaled, { metadata: 'heci.session', session: this });
|
require('fs').write(this._descriptor, chunk.buffer, this._processWrite_linux_signaled, { metadata: 'heci.session', session: this });
|
||||||
|
|||||||
Reference in New Issue
Block a user