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

feat: log external command output #591

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jogerj
Copy link

@jogerj jogerj commented Oct 21, 2023

I had a hard time debugging my external command as it apparently behaved differently when called from java runtime than from my own console.

  • Log output of external command to a file
  • Run on non-blocking thread was a bad idea

notes: the MainPanel should really be calling the same method as what's called by the test button

@jogerj jogerj changed the title feat: log external command output and run async feat: log external command output Oct 21, 2023
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.

None yet

1 participant