Skip to content

Commit

Permalink
Error in custom command line highlighter let readLine() method in an…
Browse files Browse the repository at this point in the history
… unusable state, fixes #741
  • Loading branch information
mattirn committed Nov 12, 2021
1 parent bd2c218 commit fc22be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ public String readLine(String prompt, String rightPrompt, MaskingCallback maskin
}
} finally {
lock.unlock();
startedReading.set(false);
}
startedReading.set(false);
}
}

Expand Down

0 comments on commit fc22be3

Please sign in to comment.