Carlos Vilas Alvarez
Results
2
issues of
Carlos Vilas Alvarez
### Details Hi, I have been creating some custom implementations of Node's `EventEmitter` class. Do I have to wrap all its methods inside a try catch to emit the errors...
Hi, I'm having some trouble handling errors caused on data transform functions. json2csv: 5.0.7 Node v16.13.2 When you run this code ``` const { AsyncParser } = require('json2csv'); const {...