node await trycatch


在使用node搭建后台时,发现当使用async await进行异步操作的时候忘记写await,try-catch是捕获不到的

相关