Skip to content

Commit

Permalink
fix #55
Browse files Browse the repository at this point in the history
  • Loading branch information
dkristia committed May 20, 2024
1 parent 1e0857d commit b3c25a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/hooks/useMultiThreading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const useMultithreading = () => {
handleStop()
reset()
makeModal(translate({id: "wrong_password"}), translate({id: "wrong_password_text"}))
return
}
// If writeworker isn't currently writing anything send chunk to it
if(writeWorkerReadyRef.current && writeWorkerRef.current){
Expand Down

0 comments on commit b3c25a9

Please sign in to comment.