文件名称:extract-stack:提取错误的实际堆栈
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-21 01:16:32
JavaScript
提取堆栈
提取错误的实际堆栈
安装
$ npm install extract-stack
用法
import extractStack from 'extract-stack' ;
const error = new Error ( 'Missing unicorn' ) ;
console . log ( error . stack ) ;
/*
Error: Missing unicorn
at Object.
【文件预览】:
extract-stack-main
----.gitignore(23B)
----.github()
--------workflows()
----.gitattributes(19B)
----package.json(706B)
----index.test-d.ts(309B)
----readme.md(1KB)
----index.js(389B)
----index.d.ts(2KB)
----test.js(2KB)
----.editorconfig(175B)
----license(1KB)
----.npmrc(19B)