Open jackherizsmith opened 4 years ago
Could add error handler in server:
process.on('unhandledRejection', (error) => { console.error(error); process.exit(1); })
Sorry FKAM I'm sneaking through your issues for the learns.
Jack I've never seen this before, thanks for the protip!
Could add error handler in server: