Skip to content

Commit 83466da

Browse files
committed
change the extension of the crash-report file
1 parent 391ac19 commit 83466da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func main() {
112112
}
113113

114114
// save crashreport to file
115-
logFilename := "crashreport_" + time.Now().Format("20060102150405") + ".txt"
115+
logFilename := "crashreport_" + time.Now().Format("20060102150405") + ".log"
116116
currDir, err := osext.ExecutableFolder()
117117
if err != nil {
118118
panic(err)

0 commit comments

Comments
 (0)