diff options
Diffstat (limited to 'cli/js/signals.ts')
-rw-r--r-- | cli/js/signals.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/signals.ts b/cli/js/signals.ts index b79868888..71ac32ae9 100644 --- a/cli/js/signals.ts +++ b/cli/js/signals.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { Signal } from "./process.ts"; -import { sendSync, sendAsync } from "./dispatch_json.ts"; +import { sendSync, sendAsync } from "./ops/dispatch_json.ts"; import { build } from "./build.ts"; /** |