Open
Description
In my videomail client code this strange thing sometimes happens: no error object is emited along with the error event.
Like
stream.on('error', function (err) {
console.log(err) // this will print undefined
})
Don't you agree, it should have an error object? An error without an error is not an error :)
Metadata
Metadata
Assignees
Labels
No labels