Set default to catch errors
svn: r4516
This commit is contained in:
parent
bdc179ebfd
commit
89e2e31af4
|
@ -26,7 +26,7 @@
|
|||
|
||||
;; Configuration
|
||||
|
||||
(define catch-errors? (make-parameter #f))
|
||||
(define catch-errors? (make-parameter #t))
|
||||
(define show-rename-steps? (make-parameter #f))
|
||||
|
||||
;; Macro Stepper
|
||||
|
|
Loading…
Reference in New Issue
Block a user