Commit e37f454
authored
internal/testrunner/runners/pipeline: clarify warning of error.message type (#1286)
The current warning is unclear and confusing when a []any containing only
strings is held in error.message. encoding/json will store an array of string as
[]any, so when we see that check each element for stringness.1 parent f8b3c8c commit e37f454
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
388 | 398 | | |
389 | 399 | | |
390 | 400 | | |
| |||
0 commit comments