fix(tools/wpt): replace deprecated writeAllSync and writeAll (#14282)

This commit is contained in:
Feng Yu 2022-04-16 23:28:15 +08:00 committed by GitHub
parent a87be28a46
commit 32aaefd9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];