mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-28 22:23:17 +00:00
Fixed typo
This commit is contained in:
@@ -568,7 +568,7 @@ function heci_create()
|
||||
};
|
||||
ret._processRead = function _processRead()
|
||||
{
|
||||
require('fs').read(this._descriptor, { metadata: 'heci.session', buffer: this._readbuffer, session: this }, _processRead_readSet_sink);
|
||||
require('fs').read(this._descriptor, { metadata: 'heci.session', buffer: this._readbuffer, session: this }, this._processRead_readSet_sink);
|
||||
};
|
||||
return (ret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user