fix(calc): Possible return without indicating Finished
This commit is contained in:
parent
af72ec3f0f
commit
1468f74a5e
1 changed files with 2 additions and 2 deletions
|
|
@ -89,9 +89,9 @@ impl App {
|
|||
}),
|
||||
)
|
||||
.await;
|
||||
|
||||
crate::send(&mut self.out, PluginResponse::Finished).await;
|
||||
}
|
||||
|
||||
crate::send(&mut self.out, PluginResponse::Finished).await;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue