mirror of
https://github.com/danbulant/pngjs
synced 2026-07-07 12:10:59 +00:00
chore(chunkstream): minor typo (#58)
This commit is contained in:
parent
e5b4faf258
commit
f49e99aa28
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ ChunkStream.prototype._end = function() {
|
||||||
|
|
||||||
if (this._reads.length > 0) {
|
if (this._reads.length > 0) {
|
||||||
this.emit('error',
|
this.emit('error',
|
||||||
new Error('There are some read requests waitng on finished stream')
|
new Error('There are some read requests waiting on finished stream')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue