Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Apr 28, 2024
1 parent 28f599d commit 7ac22be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,7 @@ await subprocess;
```js
// Execa
const output = {file: 'output.txt'};
await $({
stdout: output,
stderr: output,
})`npm run build`;
await $({stdout: output, stderr: output})`npm run build`;
```

[More info.](output.md#file-output)
Expand Down

0 comments on commit 7ac22be

Please sign in to comment.