WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/webpack/lib/ModuleHashingError.js
@@ -18,6 +18,7 @@
   constructor(module, error) {
      super();
      /** @type {string} */
      this.name = "ModuleHashingError";
      this.error = error;
      this.message = error.message;
@@ -26,4 +27,5 @@
   }
}
/** @type {typeof ModuleHashingError} */
module.exports = ModuleHashingError;