fix misuse of trace-printf
This commit is contained in:
parent
3b6eda5f7d
commit
3e4a0353cf
|
@ -573,7 +573,7 @@
|
||||||
(when ok-to-compile?
|
(when ok-to-compile?
|
||||||
(log-compile-event path 'start-compile)
|
(log-compile-event path 'start-compile)
|
||||||
(when zo-exists? (try-delete-file zo-name #f))
|
(when zo-exists? (try-delete-file zo-name #f))
|
||||||
(trace-printf (format "compiling ~a" actual-path))
|
(trace-printf "compiling ~a" actual-path)
|
||||||
(parameterize ([depth (+ (depth) 1)])
|
(parameterize ([depth (+ (depth) 1)])
|
||||||
(with-handlers
|
(with-handlers
|
||||||
([exn:get-module-code?
|
([exn:get-module-code?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user