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
When something other than an instance of Buffer is sent to the send* methods an assertion fails causing node to coredump. It seems more reasonable to throw TypeError instead.
When something other than an instance of
Buffer
is sent to thesend*
methods an assertion fails causing node to coredump. It seems more reasonable to throwTypeError
instead.I can create a pull request for this as well if you guys want.
The text was updated successfully, but these errors were encountered: