diff options
Diffstat (limited to 'cli/js/truncate.ts')
-rw-r--r-- | cli/js/truncate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/truncate.ts b/cli/js/truncate.ts index 15143479f..b43c88f60 100644 --- a/cli/js/truncate.ts +++ b/cli/js/truncate.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"; function coerceLen(len?: number): number { if (!len) { |