diff options
Diffstat (limited to 'js/metrics.ts')
-rw-r--r-- | js/metrics.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/metrics.ts b/js/metrics.ts index 48e3102e5..b32c29789 100644 --- a/js/metrics.ts +++ b/js/metrics.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import * as dispatch from "./dispatch"; -import { sendSync } from "./dispatch_json"; +import * as dispatch from "./dispatch.ts"; +import { sendSync } from "./dispatch_json.ts"; export interface Metrics { opsDispatched: number; |