📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 16:52:10
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
yargs
/
lib
📍 /usr/lib/node_modules/npm/node_modules/yargs/lib
🔄 Refresh
✏️
Editing: yerror.js
Read Only
'use strict' function YError (msg) { this.name = 'YError' this.message = msg || 'yargs error' Error.captureStackTrace(this, YError) } YError.prototype = Object.create(Error.prototype) YError.prototype.constructor = YError module.exports = YError
💾 Save Changes
❌ Cancel