Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
webpack
/
lib
📤 Upload
📝 New File
📁 New Folder
Close
Editing: HarmonyLinkingError.js
/* MIT License http://www.opensource.org/licenses/mit-license.php */ "use strict"; const WebpackError = require("./WebpackError"); module.exports = class HarmonyLinkingError extends WebpackError { /** @param {string} message Error message */ constructor(message) { super(message); this.name = "HarmonyLinkingError"; this.hideStack = true; Error.captureStackTrace(this, this.constructor); } };
Save
Cancel