wip: log
This commit is contained in:
7
debugframes/panic.go
Normal file
7
debugframes/panic.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package debugframes
|
||||
|
||||
type PanicTrace []byte
|
||||
|
||||
func (p PanicTrace) Error() string {
|
||||
return "[panic trace available]"
|
||||
}
|
||||
Reference in New Issue
Block a user