chore
This commit is contained in:
@@ -219,7 +219,7 @@ const Terminal: FC = observer(() => {
|
||||
WslStart().then(() => {
|
||||
addWslMessage('WSL> ' + input);
|
||||
setInput('');
|
||||
WslCommand(input).catch(showError);
|
||||
WslCommand(input).then(WindowShow).catch(showError);
|
||||
}).catch(showError);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user