From e1687c0a4616e90d4bbde42b13a0356a7f6a1e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 24 Feb 2020 15:48:35 -0500 Subject: rename Deno.Err -> Deno.errors (#4093) --- cli/js/deno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/deno.ts') diff --git a/cli/js/deno.ts b/cli/js/deno.ts index f5f774179..e2052f729 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -22,7 +22,7 @@ export { } from "./diagnostics.ts"; export { chdir, cwd } from "./dir.ts"; export { applySourceMap } from "./error_stack.ts"; -export { Err } from "./errors.ts"; +export { errors } from "./errors.ts"; export { FileInfo } from "./file_info.ts"; export { File, -- cgit v1.2.3