From 6c02b061ce157b9fc3d20f9bcace0bc6638290d3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 4 May 2020 14:23:06 -0400 Subject: stabilize Deno.cwd and require --allow-read (#5068) --- 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 c60ebdae3..38b2f6d2a 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -19,7 +19,7 @@ export { DiagnosticItem, DiagnosticMessageChain, } from "./diagnostics.ts"; -export { chdir } from "./ops/fs/dir.ts"; +export { chdir, cwd } from "./ops/fs/dir.ts"; export { errors } from "./errors.ts"; export { File, -- cgit v1.2.3