1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-28 22:23:17 +00:00

Fixed typo

This commit is contained in:
Bryan Roe
2020-05-27 21:23:38 -07:00
parent 4a428afe88
commit 7246198454

View File

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