did stuff

This commit is contained in:
2026-02-09 12:27:33 +01:00
parent a19dea513e
commit c0d965be26
3 changed files with 8 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ int main() {
while(true) {
nn_Exit e = nn_tick(c);
if(e != NN_OK) {
if(e != NN_OK && e != NN_EBUSY) {
nn_setErrorFromExit(c, e);
printf("error: %s\n", nn_getError(c));
goto cleanup;