diff options
Diffstat (limited to 'js/link.ts')
-rw-r--r-- | js/link.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/link.ts b/js/link.ts index f6c6530b2..a6f732926 100644 --- a/js/link.ts +++ b/js/link.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"; /** Synchronously creates `newname` as a hard link to `oldname`. * |