Get code blocks working

This commit is contained in:
Elnu 2023-05-26 19:10:47 -07:00
parent 59f0f8258a
commit f178baf1e6
4 changed files with 226 additions and 99 deletions

View file

@ -81,7 +81,7 @@ impl App {
thread::spawn(move || {
let mut complete = false;
for i in 0..len {
for i in 0..(len + 1) {
if *kill.lock().unwrap() {
break;
}