diff options
Diffstat (limited to 'tools/wpt/runner.ts')
-rw-r--r-- | tools/wpt/runner.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index 0ea14c5b7..972519d27 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -100,6 +100,7 @@ export async function runSingleTest( reporter(result); } else { stderr += line + "\n"; + console.error(stderr); } } |