mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Issue #488 - Externalize errors
This commit is contained in:
parent
be48ac9ea7
commit
6b15892446
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
(when (not (eof-object? line))
|
(when (not (eof-object? line))
|
||||||
(with-handler
|
(with-handler
|
||||||
(lambda (obj)
|
(lambda (obj)
|
||||||
(display `(Error processing line ,line details ,obj)))
|
(display `(Error processing line ,line details ,obj) (current-error-port)))
|
||||||
(display (convert-line line))
|
(display (convert-line line))
|
||||||
(newline))
|
(newline))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue