WXL
4 天以前 4d9da000fbe74d344e0e4580b138e79d4ad98ede
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;