generated from ElnuDev/rust-project
Get code blocks working
This commit is contained in:
parent
59f0f8258a
commit
f178baf1e6
4 changed files with 226 additions and 99 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue