Save the path in a crash

This commit is contained in:
2019-11-04 17:08:47 +09:00
parent 60c0baa9ab
commit 2a2c7bbc2f
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import "github.com/aerogo/nano"
type Crash struct {
Error string `json:"error"`
Stack string `json:"stack"`
Path string `json:"path"`
hasID
hasCreator