diff options
Diffstat (limited to 'js/chmod.ts')
-rw-r--r-- | js/chmod.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/chmod.ts b/js/chmod.ts index 23b3dff25..7bf54cc5b 100644 --- a/js/chmod.ts +++ b/js/chmod.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"; /** Changes the permission of a specific file/directory of specified path * synchronously. |