Skip to content

Commit

Permalink
chore: add func field for the panic info
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Feb 23, 2024
1 parent 670081d commit df5e9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type PanicInfo struct {

KclPkgPath string `json:"kcl_pkgpath,omitempty"`
KclFile string `json:"kcl_file,omitempty"`
KCLFunc string `json:"kcl_func,omitempty"`
KclLine int `json:"kcl_line,omitempty"`
KclCol int `json:"kcl_col,omitempty"`
KclArgMsg string `json:"kcl_arg_msg,omitempty"`
Expand Down

0 comments on commit df5e9e8

Please sign in to comment.