Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Dec 1, 2023
1 parent 11b87f6 commit 9292dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class KeyboardCommandsModal {
* If the parser wants more tokens, we set this to "" so that the layer
* can ask for characters for the next token from scratch.
*/
let currentText: string = text;
let currentText = text;
while (true) {
const token = await this.currentLayer.handleInput(currentText);
if (token == null) {
Expand Down

0 comments on commit 9292dc4

Please sign in to comment.