Skip to content

Commit

Permalink
fix autoexit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnt committed Jan 19, 2024
1 parent f92c3e3 commit 03d3738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,8 @@ impl OxideRuntime {
} else {
all_completes.push(false);
}
} else {
all_completes.push(false);
}
}
}
Expand Down

0 comments on commit 03d3738

Please sign in to comment.