macro-debugger: disable lift errors
Do not apply to release branch. svn: r14914
This commit is contained in:
parent
5be3d8d2f7
commit
bf001f811d
|
@ -612,7 +612,7 @@
|
|||
;; lift-error
|
||||
(define (lift-error sym . args)
|
||||
(apply fprintf (current-error-port) args)
|
||||
(when #t
|
||||
(when #f
|
||||
(apply error sym args)))
|
||||
|
||||
;; opaque-table
|
||||
|
|
Loading…
Reference in New Issue
Block a user