diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-14 12:55:48 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-14 12:55:48 -0500 |
| commit | fe5fe07681997da3e1c3e050cdc91216572d4bae (patch) | |
| tree | 9302118cfa443b3ce5e96a4eee9754be9c62a742 /assets | |
| parent | 57b60552823d27388921357c86d9b0df2e4e0c3c (diff) | |
| download | dotemacs-fe5fe07681997da3e1c3e050cdc91216572d4bae.tar.gz dotemacs-fe5fe07681997da3e1c3e050cdc91216572d4bae.zip | |
fix(slack): add error visibility to notification handler
Websocket library silently swallows callback errors via condition-case.
Wrap cj/slack-notify in condition-case to surface errors in *Messages*.
Add cj/slack-test-notify command for pipeline verification.
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/abbrev_defs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/abbrev_defs b/assets/abbrev_defs index 58168472..47a2685b 100644 --- a/assets/abbrev_defs +++ b/assets/abbrev_defs @@ -15,6 +15,7 @@ ("accomoplished" "accomplished" nil :count 0) ("acerage" "acreage" nil :count 0) ("acheive" "achieve" nil :count 0) + ("acknowledgement" "an" nil :count 0) ("acknowledment" "acknowledgment" nil :count 0) ("acknowlege" "acknowledge" nil :count 0) ("acommodate" "accommodate" nil :count 0) @@ -214,7 +215,7 @@ ("higeine" "hygiene" nil :count 0) ("hipocrit" "hypocrite" nil :count 0) ("horozontal" "horizontal" nil :count 0) - ("horus" "hours" nil :count 0) + ("horus" "hours" nil :count 1) ("hospiralization" "hospitalization" nil :count 0) ("hrie" "hire" nil :count 0) ("htey" "they" nil :count 3) @@ -446,7 +447,7 @@ ("withdrawls" "withdrawals" nil :count 0) ("withold" "withhold" nil :count 0) ("workign" "working" nil :count 3) - ("woudl" "would" nil :count 1) + ("woudl" "would" nil :count 2) ("wouldln't" "wouldn't" nil :count 0) )) |
