WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/webpack/lib/ModuleNotFoundError.js
@@ -43,6 +43,7 @@
class ModuleNotFoundError extends WebpackError {
   /**
    * Creates an instance of ModuleNotFoundError.
    * @param {Module | null} module module tied to dependency
    * @param {Error & { details?: string }} err error thrown
    * @param {DependencyLocation} loc location of dependency
@@ -78,6 +79,7 @@
      super(message);
      /** @type {string} */
      this.name = "ModuleNotFoundError";
      this.details = err.details;
      this.module = module;