node-short-stack:节点的优雅且美味的堆栈痕迹

时间:2024-06-02 09:26:57
【文件属性】:

文件名称:node-short-stack:节点的优雅且美味的堆栈痕迹

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-02 09:26:57

JavaScript

短筹码 安装 $ npm install short-stack 用法 if ( process . env . NODE_ENV !== "production" ) { require ( "short-stack" ) ( { builtin : false , // hide frames within builtin modules (process,domain,etc.) async : true , // collect asynchronous stack traces (with stackup) include : [ // whitelist for stack frames (that are not built-in modules) __dirname + "./src" ] } ) }


【文件预览】:
node-short-stack-master
----index.js(2KB)
----package.json(591B)
----LICENSE(1KB)
----.gitignore(14B)
----README.md(432B)
----.editorconfig(166B)

网友评论