mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-16 00:03:45 +00:00
Updated project files, and fixed compiler warnings
This commit is contained in:
@@ -563,6 +563,7 @@ function heci_create()
|
||||
if (this._descriptor == null) { return; }
|
||||
require('fs').read(this._descriptor, { metadata: 'heci.session', buffer: this._readbuffer, session: this }, this._processRead_readSet_sink);
|
||||
};
|
||||
ret.once('~', function () { this.disconnect(); });
|
||||
return (ret);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user