v0.0.537 fix goext error print always showing error-type of highest-level error
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m12s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m12s
This commit is contained in:
parent
9b9a79b4ad
commit
0ddfaf666b
@ -160,8 +160,8 @@ func (ee *ExErr) FormatLog(lvl LogPrintLevel) string {
|
|||||||
for curr := ee; curr != nil; curr = curr.OriginalError {
|
for curr := ee; curr != nil; curr = curr.OriginalError {
|
||||||
indent += " "
|
indent += " "
|
||||||
|
|
||||||
etype := ee.Type.Key
|
etype := curr.Type.Key
|
||||||
if ee.Type == TypeWrap {
|
if curr.Type == TypeWrap {
|
||||||
etype = "~"
|
etype = "~"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.536"
|
const GoextVersion = "0.0.537"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2024-10-22T09:57:06+0200"
|
const GoextVersionTimestamp = "2024-10-26T23:38:13+0200"
|
||||||
|
Loading…
Reference in New Issue
Block a user