Skip to content

Commit

Permalink
fixed wbsets not terminating in stdin close
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Aug 11, 2023
1 parent 869b1ab commit d7b950b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worterbuch-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ pub fn provide_values(json: bool, subsys: SubsystemHandle) -> mpsc::Receiver<Val
break;
}
}
} else {
break;
}
}
}
Expand Down

0 comments on commit d7b950b

Please sign in to comment.