mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(tools/wpt): replace deprecated writeAllSync and writeAll (#14282)
This commit is contained in:
parent
a87be28a46
commit
32aaefd9ee
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import {
|
|||
wptreport,
|
||||
} from "./wpt/utils.ts";
|
||||
import { blue, bold, green, red, yellow } from "../test_util/std/fmt/colors.ts";
|
||||
import { writeAll, writeAllSync } from "../test_util/std/io/util.ts";
|
||||
import { writeAll, writeAllSync } from "../test_util/std/streams/conversion.ts";
|
||||
import { saveExpectation } from "./wpt/utils.ts";
|
||||
|
||||
const command = Deno.args[0];
|
||||
|
|
Loading…
Reference in a new issue