🐛 fix invalid debug mode problem

This commit is contained in:
ValKmjolnir
2023-10-21 18:00:11 +08:00
parent 820c05c986
commit dfcccd4523
2 changed files with 7 additions and 6 deletions

View File

@@ -24,5 +24,5 @@ while(1) {
res ~= "\n";
}
print(res);
unix.sleep(1/30);
}
unix.sleep(1/20);
}