'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; } }); };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.js | File | 330 B | 0644 |
|
package.json | File | 1.58 KB | 0644 |
|
readme.md | File | 591 B | 0644 |
|