mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Fix outdated reference to .end() in Streams doc
This commit is contained in:
parent
6f1a640b71
commit
517f34bee8
|
|
@ -56,7 +56,7 @@ The stream version lets you do it a bit at a time instead of all at once, so you
|
|||
* `encoding` [override encoding](#override-encoding)
|
||||
* Returns: {Promise<void>} for the next time it's safe to write to the `writeStream`.
|
||||
|
||||
Writes to the stream. `writeStream.write(null)` is equivalent to `writeStream.end()`.
|
||||
Writes to the stream. `writeStream.write(null)` is equivalent to `writeStream.writeEnd()`.
|
||||
|
||||
### writeStream.writeLine(chunk, [encoding])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user