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