📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 02:39:09
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
capture-stack-trace
✏️
Editing: readme.md
# capture-stack-trace [](https://travis-ci.org/floatdrop/capture-stack-trace) > Ponyfill for Error.captureStackTrace ## Install ``` $ npm install --save capture-stack-trace ``` ## Usage ```js var captureStackTrace = require('capture-stack-trace'); captureStackTrace({}); // => {stack: ...} ``` ## API ### captureStackTrace(error) #### error *Required* Type: `Object` Target Object, that will recieve stack property. ## License MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)
💾 Save Changes
❌ Cancel