🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 09:54:03 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
capture-stack-trace
📍 /usr/lib/node_modules/npm/node_modules/capture-stack-trace
🔄 Refresh
✏️
Editing: readme.md
Read Only
# 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