mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
bare: fix str[idx]
This commit is contained in:
@ -7,3 +7,7 @@ pub fn panic(s string) {
|
||||
//write(1, s.str, s.len)
|
||||
}
|
||||
|
||||
pub fn panic_debug(s string) {
|
||||
//write(1, s.str, s.len)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user