| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -678,11 +678,8 @@ class WPTRunner { | |||
| 678 | 678 | } | |
| 679 | 679 | ||
| 680 | 680 | process.on('exit', () => { | |
| 681 | - if (this.inProgress.size > 0) { | ||
| 682 | - for (const id of this.inProgress) { | ||
| 683 | - const spec = this.specs.get(id); | ||
| 684 | - this.fail(spec, { name: 'Unknown' }, kIncomplete); | ||
| 685 | - } | ||
| 681 | + for (const spec of this.inProgress) { | ||
| 682 | + this.fail(spec, { name: 'Unknown' }, kIncomplete); | ||
| 686 | 683 | } | |
| 687 | 684 | inspect.defaultOptions.depth = Infinity; | |
| 688 | 685 | // Sorts the rules to have consistent output | |
| Back | FazBrowse Home | New Git URL |
0 commit comments