summaryrefslogtreecommitdiff
path: root/js/dir.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/dir.ts')
-rw-r--r--js/dir.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dir.ts b/js/dir.ts
index f2cf91c21..ef1111555 100644
--- a/js/dir.ts
+++ b/js/dir.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import { sendSync } from "./dispatch_json";
-import * as dispatch from "./dispatch";
+import { sendSync } from "./dispatch_json.ts";
+import * as dispatch from "./dispatch.ts";
/**
* `cwd()` Return a string representing the current working directory.