diff options
Diffstat (limited to 'js/format_error.ts')
-rw-r--r-- | js/format_error.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/format_error.ts b/js/format_error.ts index 1c79f36fc..6670b05e2 100644 --- a/js/format_error.ts +++ b/js/format_error.ts @@ -1,7 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import * as msg from "gen/cli/msg_generated"; -import * as flatbuffers from "./flatbuffers"; -import { sendSync } from "./dispatch"; +import { sendSync, msg, flatbuffers } from "./dispatch_flatbuffers"; import { assert } from "./util"; export function formatError(errString: string): string { |