decompile: allow collapsed module path to be relative
This commit is contained in:
parent
047c8bd85a
commit
515b31ff44
|
@ -178,10 +178,7 @@
|
|||
(cond
|
||||
[(symbol? modidx) modidx]
|
||||
[else
|
||||
(collapse-module-path-index modidx (build-path
|
||||
(or (current-load-relative-directory)
|
||||
(current-directory))
|
||||
"here.rkt"))]))
|
||||
(collapse-module-path-index modidx)]))
|
||||
|
||||
(define (decompile-module mod-form orig-stack stx-ht mod-name)
|
||||
(match mod-form
|
||||
|
|
Loading…
Reference in New Issue
Block a user