diff --git a/cli/src/main.rs b/cli/src/main.rs index b9df1e2..88e3b7c 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -43,7 +43,7 @@ fn main() -> Result<(), Box> { .unwrap(); // Run Nova in a secondary blocking thread so tokio tasks can still run - let nova_thread = rt.spawn_blocking(|| match args.command { + let nova_thread = rt.spawn_blocking(move || match args.command { Command::Run { verbose, no_strict,