raco decompile: fix for bytecode without source
original commit: 3f75bc21d9
This commit is contained in:
parent
7fdf264e1d
commit
4381f1eb24
|
@ -54,7 +54,9 @@
|
|||
orig-file
|
||||
alt-file)]
|
||||
[(and (not force?)
|
||||
((file-or-directory-modify-seconds orig-file)
|
||||
((file-or-directory-modify-seconds orig-file
|
||||
#f
|
||||
(lambda () -inf.0))
|
||||
. > .
|
||||
(file-or-directory-modify-seconds alt-file)))
|
||||
;; return a warning:
|
||||
|
|
Loading…
Reference in New Issue
Block a user