Skip to content

Commit

Permalink
hotfix for relese 2.6.5 to stop node with nm/kill_on_stop
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed Oct 10, 2024
1 parent ccd18a0 commit a46565d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,9 @@ function HostTreeViewPanel() {
}
setTimeout(() => {
updateQueueMain([{ node, action: "KILL" }]);
startNodesWithLaunchCheck([node], true);
if (restart) {
startNodesWithLaunchCheck([node], true);
}
}, killTime);
}
}
Expand Down

0 comments on commit a46565d

Please sign in to comment.