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
Commands starting with bash -c ... seem to have an impact. Running something simple, like exec('echo hello', { output: OutputMode.StdOut }); works as expected. So does this command bash --help, so it's probably not related to calling bash itself
The text was updated successfully, but these errors were encountered:
When running with Deno 1.3.0, the Tee and StdOut modes seem to have no effect.
Commands starting with
bash -c ...
seem to have an impact. Running something simple, likeexec('echo hello', { output: OutputMode.StdOut });
works as expected. So does this commandbash --help
, so it's probably not related to calling bash itselfThe text was updated successfully, but these errors were encountered: