mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-09 10:53:34 +08:00
feat: make ecc2 resume spawn real runner
This commit is contained in:
@@ -105,7 +105,7 @@ async fn main() -> Result<()> {
|
||||
println!("Session stopped: {session_id}");
|
||||
}
|
||||
Some(Commands::Resume { session_id }) => {
|
||||
let resumed_id = session::manager::resume_session(&db, &session_id).await?;
|
||||
let resumed_id = session::manager::resume_session(&db, &cfg, &session_id).await?;
|
||||
println!("Session resumed: {resumed_id}");
|
||||
}
|
||||
Some(Commands::Daemon) => {
|
||||
|
||||
Reference in New Issue
Block a user