mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 06:32:22 +08:00
platform: Remove SetTraceback("all")
This commit is contained in:
parent
cdb93f0bb2
commit
a001e30d8b
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user