Skip to content

Commit

Permalink
CLEANUP
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Feb 6, 2024
1 parent 155eaa9 commit ab63199
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,7 @@ impl Watch {
log::trace!("new child: {}", child.id());
current_child.replace(child);
status = current_child.wait();
if status.success() {
true
} else {
false
}
status.success()
}
});
if status.success() {
Expand Down

0 comments on commit ab63199

Please sign in to comment.