-
-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Milestone
Description
chunk
must not be undefined and throw:
TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received undefined
I can open a PR, but because you ignored this case positively, I want to ensure I don't miss something.
About the solution, we can either:
- call to super.write() and let Node emit the error
- Return a custom error
Metadata
Metadata
Assignees
Labels
No labels