mirror of
https://github.com/status-im/status-go.git
synced 2025-02-19 18:28:18 +00:00
8 lines
106 B
Go
8 lines
106 B
Go
|
package utils
|
||
|
|
||
|
import "github.com/ethereum/go-ethereum/log"
|
||
|
|
||
|
func LogOnPanic() {
|
||
|
log.Info("<<< panic")
|
||
|
}
|