diff options
Diffstat (limited to 'tools/wpt/runner.ts')
-rw-r--r-- | tools/wpt/runner.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index 3eb476fc9..3886d34d5 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -122,7 +122,7 @@ export async function runSingleTest( harnessStatus = JSON.parse(line.slice(5)); } else { stderr += line + "\n"; - console.error(stderr); + console.error(line); } } |