about summary refs log tree commit diff
path: root/ccwl/ui.scm
diff options
context:
space:
mode:
authorArun Isaac2026-06-24 04:16:10 +0100
committerArun Isaac2026-06-24 04:16:10 +0100
commitff47e2dadee1aa864220f965e5c1a2c4b6972f28 (patch)
treec74cf916b34f32a136233df1eea1532fa21a0c44 /ccwl/ui.scm
parentbcacf8f76fb06129f2bbc760baf38fa5e2e814fc (diff)
downloadccwl-ff47e2dadee1aa864220f965e5c1a2c4b6972f28.tar.gz
ccwl-ff47e2dadee1aa864220f965e5c1a2c4b6972f28.tar.lz
ccwl-ff47e2dadee1aa864220f965e5c1a2c4b6972f28.zip
scripts: Report all errors in source file, not just the first.
Diffstat (limited to 'ccwl/ui.scm')
-rw-r--r--ccwl/ui.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ccwl/ui.scm b/ccwl/ui.scm
index 976e53d..2e7356e 100644
--- a/ccwl/ui.scm
+++ b/ccwl/ui.scm
@@ -180,4 +180,5 @@ red. LINE-NUMBER and COLUMN-NUMBER are zero-based."
     (display-with-line-numbers (call-with-input-file file
                                  (cut source-in-context <> line column))
                                (current-error-port)
-                               (max 1 line))))
+                               (max 1 line))
+    (newline (current-error-port))))