We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87cda18 + c31bdf5 commit 4503ed6Copy full SHA for 4503ed6
cli/src/main.rs
@@ -43,7 +43,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
43
.unwrap();
44
45
// Run Nova in a secondary blocking thread so tokio tasks can still run
46
- let nova_thread = rt.spawn_blocking(|| match args.command {
+ let nova_thread = rt.spawn_blocking(move || match args.command {
47
Command::Run {
48
verbose,
49
no_strict,
0 commit comments