فهرست منبع

platform: Remove `SetTraceback("all")`

世界 11 ماه پیش
والد
کامیت
a001e30d8b
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      experimental/libbox/setup.go

+ 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) {