diff options
Diffstat (limited to 'cli/js/performance.ts')
-rw-r--r-- | cli/js/performance.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/performance.ts b/cli/js/performance.ts index 981be64d4..9d49e6a4c 100644 --- a/cli/js/performance.ts +++ b/cli/js/performance.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { sendSync } from "./dispatch_json.ts"; +import { sendSync } from "./ops/dispatch_json.ts"; interface NowResponse { seconds: number; |