diff options
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r-- | cli/js/deno.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |