diff options
Diffstat (limited to 'runtime/js/06_util.js')
-rw-r--r-- | runtime/js/06_util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/06_util.js b/runtime/js/06_util.js index c9bd86285..d3c95edba 100644 --- a/runtime/js/06_util.js +++ b/runtime/js/06_util.js @@ -11,7 +11,7 @@ const { StringPrototypeReplace, TypeError, } = primordials; -import { build } from "internal:runtime/js/01_build.js"; +import { build } from "internal:runtime/01_build.js"; import { URLPrototype } from "internal:deno_url/00_url.js"; let logDebug = false; let logSource = "JS"; |