sos output.raw -c "sleep 0.15; echo 'test'"
Hit Ctrl+C to quit.
Modified: output.raw
[1/1] sleep 0.15; echo 'test'
AsyncCancelled
AsyncCancelled
Modified: output.raw
[1/1] sleep 0.15; echo 'test'
AsyncCancelled
AsyncCancelled
Modified: output.raw
[1/1] sleep 0.15; echo 'test'
AsyncCancelled
AsyncCancelled
Modified: output.raw
[1/1] sleep 0.15; echo 'test'
AsyncCancelled
AsyncCancelled
This only occurs if sleep 0.15 is present. echo 'test' is never run. This used to work without issue (I might have been on an older commit / version).
This occurs with the master branch (3eee0ec).
This only occurs if
sleep 0.15is present.echo 'test'is never run. This used to work without issue (I might have been on an older commit / version).This occurs with the
masterbranch (3eee0ec).