Skip to content

add crash-report capabilities #574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 17, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change the extension of the crash-report file
  • Loading branch information
umbynos committed Dec 14, 2020
commit d9f91cfc1ae3005e8961cab3f9db54a30e47bcab
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func main() {
}

// save crashreport to file
logFilename := "crashreport_" + time.Now().Format("20060102150405") + ".txt"
logFilename := "crashreport_" + time.Now().Format("20060102150405") + ".log"
currDir, err := osext.ExecutableFolder()
if err != nil {
panic(err)
Expand Down