raco decompile: fix for bytecode without source
This commit is contained in:
parent
f02d9268ec
commit
3f75bc21d9
|
@ -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