🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 23:51:39 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
📍 /opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/lib/utils
🔄 Refresh
✏️
Editing: save-stack.js
Read Only
'use strict' var inherits = require('inherits') module.exports = SaveStack function SaveStack (fn) { Error.call(this) Error.captureStackTrace(this, fn || SaveStack) } inherits(SaveStack, Error) SaveStack.prototype.completeWith = function (er) { this['__' + 'proto' + '__'] = er this.stack = this.stack + '\n\n' + er.stack return this }
💾 Save Changes
❌ Cancel