Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
capture-stack-trace
/
File Content:
index.js
'use strict'; module.exports = Error.captureStackTrace || function (error) { var container = new Error(); Object.defineProperty(error, 'stack', { configurable: true, get: function getStack() { var stack = container.stack; Object.defineProperty(this, 'stack', { value: stack }); return stack; } }); };
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
index.js
330 bytes
0644
package.json
1615 bytes
0644
readme.md
591 bytes
0644
N4ST4R_ID | Naxtarrr