WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
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;