Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SCP terminal command execution #496

Merged
merged 2 commits into from
Nov 24, 2024

Conversation

ssvine
Copy link
Contributor

@ssvine ssvine commented Sep 28, 2024

This PR fixes issues that are related to executing commands in SCP terminal:

  1. Panel is not refreshed. For example, after executing touch test.txt (execute command while panels are shown) the resulting file is not shown on the panel.
  2. If a command completed successfuly (exit code 0, or maybe 1) but has some stderr output, it shows error message. This is particularly annoying for commands like wget (and many others) that can output normally to both stdout and stderr.

Copy link

sonarcloud bot commented Sep 28, 2024

@michaellukashov michaellukashov merged commit a94d243 into michaellukashov:main Nov 24, 2024
2 checks passed
@ssvine ssvine deleted the fix-command-exec branch November 25, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants