ci: more gen.js fixes

This commit is contained in:
Delyan Angelov 2022-04-15 20:50:51 +03:00
parent 868d3e1008
commit bb2a324d61
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
module builtin
type byte = u8
pub fn (i i8) str() string {
mut res := ''
#res.str = i.val.toString()