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