ciey / ciey.github.io

https://ciey.github.io
2 stars 0 forks source link

express全局处理async error | ciey #3

Open ciey opened 5 years ago

ciey commented 5 years ago

https://ciey.top/posts/express-async-error/

express 结合 async/await 可以获得很好的开发体验。一般情况下 async/await 在错误处理方面,在最一开始使用Promise时,都习惯用Promise.catch()处理错误,之后async/await 流行后,