summaryrefslogtreecommitdiff
path: root/tools/wpt/runner.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wpt/runner.ts')
-rw-r--r--tools/wpt/runner.ts1
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);
}
}