diff options
author | Arun Isaac | 2023-11-18 23:48:50 +0000 |
---|---|---|
committer | Arun Isaac | 2023-11-18 23:48:50 +0000 |
commit | cd2be030233d529d0319a4b73dd9dbc0eea007f3 (patch) | |
tree | 17f5d3cb21145128a2bc2b207d1fb0988e9a6afb | |
parent | fcf1dd6336cf8822a08263ed7851c489a2333045 (diff) | |
download | ccwl-cd2be030233d529d0319a4b73dd9dbc0eea007f3.tar.gz ccwl-cd2be030233d529d0319a4b73dd9dbc0eea007f3.tar.lz ccwl-cd2be030233d529d0319a4b73dd9dbc0eea007f3.zip |
scripts: When ccwl crashes, say so explicitly.
* scripts/ccwl (main): When ccwl crashes, say so explicitly.
-rwxr-xr-x | scripts/ccwl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ccwl b/scripts/ccwl index b3762c5..4114cc7 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -65,7 +65,7 @@ exec guile --no-auto-compile -e main -s "$0" "$@" (write condition (current-error-port)) (newline (current-error-port)) (display " -You have discovered a bug! +You have discovered a bug! ccwl crashed! :-( Please report this to https://github.com/arunisaac/ccwl/issues Thank you! " |