-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
8.1.9:
$ bun repl
> import {$} from 'zx'
> (await $`>&2 echo error`.stdio('inherit', 'pipe', 'ignore').quiet()).toString()
''
8.2.1:
$ bun repl
> import {$} from 'zx'
> (await $`>&2 echo error`.stdio('inherit', 'pipe', 'ignore').quiet()).toString()
'error\n'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels