diff options
| author | Arun Isaac | 2026-06-24 04:16:10 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-06-24 04:16:10 +0100 |
| commit | ff47e2dadee1aa864220f965e5c1a2c4b6972f28 (patch) | |
| tree | c74cf916b34f32a136233df1eea1532fa21a0c44 /ccwl/ui.scm | |
| parent | bcacf8f76fb06129f2bbc760baf38fa5e2e814fc (diff) | |
| download | ccwl-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.scm | 3 |
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)))) |
