summaryrefslogtreecommitdiff
path: root/js/mkdir.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/mkdir.ts')
-rw-r--r--js/mkdir.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/mkdir.ts b/js/mkdir.ts
index 54f99224b..bc09ba358 100644
--- a/js/mkdir.ts
+++ b/js/mkdir.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import { sendSync, sendAsync } from "./dispatch_json";
-import * as dispatch from "./dispatch";
+import { sendSync, sendAsync } from "./dispatch_json.ts";
+import * as dispatch from "./dispatch.ts";
/** Creates a new directory with the specified path synchronously.
* If `recursive` is set to true, nested directories will be created (also known