//go:build !windows

package server

func handlePanicLog() error {
	return nil
}