Skip to content

Commit

Permalink
feat: some changes BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
shuakami committed Jan 22, 2025
1 parent b74da39 commit fea32c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/process/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,11 @@ impl ProcessManagerDaemonExt for ProcessManager<'_> {
if auto_restart {
let monitor = ProcessManager {
state,
workspace: workspace.clone(),
config: ProcessConfig::default(),
workspace: &workspace,
process_name: process_name.clone(),
daemon_mode: false,
auto_restart,
..Default::default()
};
monitor.monitor_and_restart(child).await?;
}
Expand Down

0 comments on commit fea32c0

Please sign in to comment.