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?)
|
||||
(if (null? (use-compiled-file-paths))
|
||||
(orig stx immediate-eval?)
|
||||
(parameterize ([profiling-enabled #t])
|
||||
(fprintf (current-error-port) "file ~s\n" (syntax-source stx))
|
||||
(orig (errortrace-annotate stx) immediate-eval?)))))))
|
||||
(orig (errortrace-annotate stx) immediate-eval?))))))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user