go-jsonnet/testdata/native_panic.golden
Rudo Thomas b42132a7a3 feat: Report native function panics as runtime errors.
Previously, you'd get an "INTERNAL ERROR: (CRASH)" with a full backtrace
and a link to file a bug against go-jsonnet.
2022-07-03 21:39:29 +01:00

11 lines
261 B
Plaintext

RUNTIME ERROR: native function "nativePanic" panicked: native function panic
-------------------------------------------------
testdata/native_panic:1:1-28 $
std.native("nativePanic")()
-------------------------------------------------
During evaluation