📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 16:10:13
📂
/ (Root)
/
home
/
supecsoq
/
.trash
/
node_modules
/
next
/
dist
/
shared
/
lib
📍 /home/supecsoq/.trash/node_modules/next/dist/shared/lib
🔄 Refresh
✏️
Editing: invariant-error.js
Writable
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "InvariantError", { enumerable: true, get: function() { return InvariantError; } }); class InvariantError extends Error { constructor(message, options){ super("Invariant: " + (message.endsWith('.') ? message : message + '.') + " This is a bug in Next.js.", options); this.name = 'InvariantError'; } } //# sourceMappingURL=invariant-error.js.map
💾 Save Changes
❌ Cancel