diff options
Diffstat (limited to 'cli/js/runtime_main.ts')
-rw-r--r-- | cli/js/runtime_main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/runtime_main.ts b/cli/js/runtime_main.ts index e05790e90..84ee43d37 100644 --- a/cli/js/runtime_main.ts +++ b/cli/js/runtime_main.ts @@ -9,7 +9,7 @@ import * as Deno from "./deno.ts"; import * as domTypes from "./web/dom_types.ts"; -import * as csprng from "./get_random_values.ts"; +import * as csprng from "./ops/get_random_values.ts"; import { readOnly, writable, |