diff options
Diffstat (limited to 'cli/js/permissions.ts')
-rw-r--r-- | cli/js/permissions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/permissions.ts b/cli/js/permissions.ts index d414dd1ef..d3f3d163a 100644 --- a/cli/js/permissions.ts +++ b/cli/js/permissions.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"; /** Permissions as granted by the caller * See: https://w3c.github.io/permissions/#permission-registry |