mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 23:25:29 +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")
|
|
}
|