trycatch:基于异步域的异常处理程序具有对node.js的长堆栈跟踪 源码
试着抓 基于域的异步try / catch,具有node.js的(可选)长堆栈跟踪。 警告:trycatch替换内置的全局Error对象。 安装 npm install trycatch 使用 var trycatch = require ( 'trycatch' ) trycatch ( function ( ) { // do something error-prone } , function ( err ) { console . log ( err . stack ) ; } ) 在服务器请求上返回500s http . createServer ( function
文件列表
trycatch-master.zip
(预估有个24文件)
trycatch-master
.travis.yml
170B
.eslintrc
641B
package.json
1KB
test
.eslintrc
660B
nested.test.js
3KB
event-emitter.test.js
3KB
throw-non-error.test.js
2KB
basic.test.js
3KB
暂无评论