use `assert' around a debugging check
original commit: 39c6fe02d720cc44566e2fec0394d296c03f9e7d
This commit is contained in:
parent
5f9d2ea5e7
commit
a8eb980fab
|
@ -948,7 +948,7 @@ Debugging tools:
|
|||
(if (has-flag? (snip->flags asnip) NEWLINE)
|
||||
(begin
|
||||
(do-new-line asnip)
|
||||
(send media consistent-snip-lines 'post-do-new-line)
|
||||
(assert (send media consistent-snip-lines 'post-do-new-line))
|
||||
#t)
|
||||
(begin
|
||||
(set-snip-line! asnip mline)
|
||||
|
|
Loading…
Reference in New Issue
Block a user