diff options
Diffstat (limited to 'cli/js/make_temp.ts')
-rw-r--r-- | cli/js/make_temp.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/make_temp.ts b/cli/js/make_temp.ts index 1d8e283d3..87c694204 100644 --- a/cli/js/make_temp.ts +++ b/cli/js/make_temp.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { sendSync, sendAsync } from "./dispatch_json.ts"; +import { sendSync, sendAsync } from "./ops/dispatch_json.ts"; export interface MakeTempOptions { /** Directory where the temporary directory should be created (defaults to |