You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.
Currently Marathon prints all of the script's output at the end of the script running.
I'd love to see Marathon instead use a Pipe() along with waitForDataInBackgroundAndNotify(), rather than use a print statement at script completion. This could probably be done by creating a different printer that is passed along to shellOut.
I'm happy to work on this request myself, but would appreciate input from others as to potential impacts, especially on Linux.
The text was updated successfully, but these errors were encountered:
Yes please! I was just struggling for a while to figure out why I couldn't get output in real time. In the mean time, is there any workaround without ditching Marathon?
Currently Marathon prints all of the script's output at the end of the script running.
I'd love to see Marathon instead use a Pipe() along with waitForDataInBackgroundAndNotify(), rather than use a print statement at script completion. This could probably be done by creating a different printer that is passed along to shellOut.
I'm happy to work on this request myself, but would appreciate input from others as to potential impacts, especially on Linux.
The text was updated successfully, but these errors were encountered: