1
0
Эх сурвалжийг харах

platform: Remove `SetTraceback("all")`

世界 11 сар өмнө
parent
commit
a001e30d8b

+ 0 - 1
experimental/libbox/setup.go

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