accidentally committed a change to this file. this is reverting it back
svn: r2453
This commit is contained in:
parent
d8217b9d27
commit
4bf37100d9
|
@ -9,9 +9,7 @@
|
||||||
(lambda (stx immediate-eval?)
|
(lambda (stx immediate-eval?)
|
||||||
(if (null? (use-compiled-file-paths))
|
(if (null? (use-compiled-file-paths))
|
||||||
(orig stx immediate-eval?)
|
(orig stx immediate-eval?)
|
||||||
(parameterize ([profiling-enabled #t])
|
(orig (errortrace-annotate stx) immediate-eval?))))))
|
||||||
(fprintf (current-error-port) "file ~s\n" (syntax-source stx))
|
|
||||||
(orig (errortrace-annotate stx) immediate-eval?)))))))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user