mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-23 00:51:29 +00:00
Remove SetTraceback("all")
This commit is contained in:
parent
b460484e43
commit
d6f9456218
|
@ -24,7 +24,6 @@ var (
|
|||
|
||||
func init() {
|
||||
debug.SetPanicOnFault(true)
|
||||
debug.SetTraceback("all")
|
||||
}
|
||||
|
||||
func Setup(basePath string, workingPath string, tempPath string, isTVOS bool) {
|
||||
|
|
Loading…
Reference in a new issue