forked from tools/josh
1
0
Fork 0

Stop interpreting after handling login

Fixes #105.
This commit is contained in:
Florine W. Dekker 2020-02-03 16:49:01 +01:00
parent 6a0dde939d
commit a65434a022
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.25.6",
"version": "0.25.7",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"repository": {

View File

@ -144,6 +144,7 @@ export class Shell {
this.attemptUser = undefined;
}
this.saveState();
return;
}
this.inputHistory.add(inputString);