fac19 / week5-FKAM

https://week5-fakm.herokuapp.com/public/index.html
0 stars 4 forks source link

Error handler in server.js #46

Open jackherizsmith opened 4 years ago

jackherizsmith commented 4 years ago

Could add error handler in server:

process.on('unhandledRejection', (error) => {
    console.error(error);
    process.exit(1);
})
freemvmt commented 4 years ago

Sorry FKAM I'm sneaking through your issues for the learns.

Jack I've never seen this before, thanks for the protip!