mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-18 12:28:37 +01:00
Dump NetNewsWire crashlogs
This commit is contained in:
parent
3a46d06bec
commit
a4efbda677
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -41,4 +41,4 @@ jobs:
|
||||
run: buildscripts/ci-build.sh
|
||||
|
||||
- name: Check for Crashlog
|
||||
run: ls -al ~/Library/Logs/DiagnosticReports/
|
||||
run: buildscripts/crash-logs.sh
|
5
buildscripts/crash-logs.sh
Executable file
5
buildscripts/crash-logs.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for filename in ~/Library/Logs/DiagnosticReports/Slack*.crash; do
|
||||
cat $filename
|
||||
done
|
Loading…
Reference in New Issue
Block a user