diff options
Diffstat (limited to 'tools/util.js')
-rw-r--r-- | tools/util.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/util.js b/tools/util.js index ed322d0d8..99133628c 100644 --- a/tools/util.js +++ b/tools/util.js @@ -1,4 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + +// deno-lint-ignore-file no-console + import { dirname, fromFileUrl, join, resolve, toFileUrl } from "@std/path"; import { wait } from "https://deno.land/x/wait@0.1.13/mod.ts"; export { dirname, fromFileUrl, join, resolve, toFileUrl }; |