FlashcardIntermediate
Handling Stream Errors
Every Node.js stream can emit an 'error' event that you must handle to avoid crashes.
Question
How do you handle errors on a Node.js stream?
Click to reveal answer
Every Node.js stream can emit an 'error' event that you must handle to avoid crashes.
How do you handle errors on a Node.js stream?