v0.0.530
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m31s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m31s
This commit is contained in:
parent
c8dec24a0d
commit
eccc0fe9e5
@ -48,6 +48,12 @@ func (ee *ExErr) toJson(depth int, applyExtendListener bool, outputMeta bool) la
|
|||||||
metaJson[metaKey] = metaVal.rawValueForJson()
|
metaJson[metaKey] = metaVal.rawValueForJson()
|
||||||
}
|
}
|
||||||
ginJson["meta"] = metaJson
|
ginJson["meta"] = metaJson
|
||||||
|
|
||||||
|
extraJson := langext.H{}
|
||||||
|
for extraKey, extraVal := range ee.Extra {
|
||||||
|
extraJson[extraKey] = extraVal
|
||||||
|
}
|
||||||
|
ginJson["extra"] = extraJson
|
||||||
}
|
}
|
||||||
|
|
||||||
if applyExtendListener {
|
if applyExtendListener {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.529"
|
const GoextVersion = "0.0.530"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2024-10-08T19:22:17+0200"
|
const GoextVersionTimestamp = "2024-10-09T11:15:26+0200"
|
||||||
|
Loading…
Reference in New Issue
Block a user