MacOS uses regular stacktrace for errors.

This commit is contained in:
Christoffer Lerno
2023-09-21 16:11:56 +02:00
committed by Christoffer Lerno
parent c074e79069
commit c4228e08c5
21 changed files with 291 additions and 24 deletions

View File

@@ -290,7 +290,7 @@ fn usz! String.rindex_of(s, String needle)
fn String ZString.as_str(str)
{
return (String)((char*)str)[:str.len()];
return (String)(str[:str.len()]);
}
fn usz ZString.char_len(str)