Checkpointing work to add JS endpoint
This commit is contained in:
parent
f5ca3315f0
commit
6f5f890b1e
+1
-1
@@ -136,7 +136,7 @@ async fn main() -> std::io::Result<()> {
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
runner.run().await;
|
||||
runner.run(false).await;
|
||||
|
||||
exe_tx.send(ExecutorMessage::Stop {}).unwrap();
|
||||
exe_handle.await.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user