| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -613,10 +613,8 @@ class WPTRunner { | |||
| 613 | 613 | } | |
| 614 | 614 | ||
| 615 | 615 | process.on('exit', () => { | |
| 616 | - if (this.inProgress.size > 0) { | ||
| 617 | - for (const filename of this.inProgress) { | ||
| 618 | - this.fail(filename, { name: 'Unknown' }, kIncomplete); | ||
| 619 | - } | ||
| 616 | + for (const spec of this.inProgress) { | ||
| 617 | + this.fail(spec, { name: 'Unknown' }, kIncomplete); | ||
| 620 | 618 | } | |
| 621 | 619 | inspect.defaultOptions.depth = Infinity; | |
| 622 | 620 | // Sorts the rules to have consistent output | |
| Back | FazBrowse Home | New Git URL |
0 commit comments