[client] Log windows panics (#2829)

This commit is contained in:
Viktor Liu
2024-11-01 15:08:22 +01:00
committed by GitHub
parent 0eb99c266a
commit 5f06b202c3
3 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
//go:build !windows
package server
func handlePanicLog() error {
return nil
}