You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second argument of `stream.Writable.write()` is the encoding of the
chunk. Node 14 didn't seem to mind that it was set to `true`, which is
invalid, but Node 18 does and throws an error as a result.
0 commit comments