Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update writable streams default encoding
Setting the default encoding for a writable stream does not return a boolean (true if successful or false if not) as the docs indicate. Instead, if the operation is successful nothing is returned and the method throws an error when something goes wrong. This stems from a contribution that was tweaked but the docs were never updated accordingly. PR-URL: #502 Reviewed-By: Rod Vagg <[email protected]>
- Loading branch information