Remove SetTraceback("all")

This commit is contained in:
世界 2024-11-03 20:42:18 +08:00
parent b460484e43
commit d6f9456218
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -24,7 +24,6 @@ var (
func init() { func init() {
debug.SetPanicOnFault(true) debug.SetPanicOnFault(true)
debug.SetTraceback("all")
} }
func Setup(basePath string, workingPath string, tempPath string, isTVOS bool) { func Setup(basePath string, workingPath string, tempPath string, isTVOS bool) {