Commit c43fe47
committed
fix(kotlin): use string format specifier for record line
The appropriate specifier for unsigned integers is `d` but
this triggers an `IllegalFormatConversionException` panic.
With `s`, we can successfully build the nodes with the custom
log writer1 parent 76cda5e commit c43fe47
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments