(path, err)
| 3107 | * @param {WebpackError} err err |
| 3108 | */ |
| 3109 | const invalidWithError = (path, err) => { |
| 3110 | if (this._remainingLogs > 0) { |
| 3111 | this._log(path, "error occurred: %s", err); |
| 3112 | } |
| 3113 | invalid(); |
| 3114 | }; |
| 3115 | /** |
| 3116 | * Checks true, if ok. |
| 3117 | * @param {string} path file path |