WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/webpack/lib/HarmonyLinkingError.js
@@ -10,6 +10,7 @@
   /** @param {string} message Error message */
   constructor(message) {
      super(message);
      /** @type {string} */
      this.name = "HarmonyLinkingError";
      this.hideStack = true;
   }