Skip to content

Commit 003f378

Browse files
authored
Merge pull request #1851 from sandboxnu/fix/scripts/show-compilation
fix(scripts/show-compilation): use `default-start-context`
2 parents 19fb125 + 05b5ba9 commit 003f378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/show-compilation.arr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ parsed-options = C.parse-cmdline(cl-options)
4141

4242
compile-str = lam(filename, options):
4343
base-module = CS.dependency("file-no-cache", [list: filename])
44-
base = CLI.module-finder({current-load-path:"./", cache-base-dir: "./compiled"}, base-module)
44+
base = CLI.module-finder(CLI.default-start-context, base-module)
4545
wlist = CL.compile-worklist(CLI.module-finder, base.locator, base.context)
4646
traces = SD.make-mutable-string-dict()
4747
result = CL.compile-program(wlist, options.{

0 commit comments

Comments
 (0)