1
0
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:
Bryan Roe
2020-06-01 14:24:06 -07:00
parent 6e8e6ca5e0
commit 86bef3de68
2 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 });