mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update shell.md
This commit is contained in:
@@ -53,7 +53,7 @@ const welcome = await $`echo "Hello World!"`.text();
|
||||
console.log(welcome); // Hello World!\n
|
||||
```
|
||||
|
||||
To get stdout, stderr, and the exit code, use await or .run:
|
||||
To get stdout, stderr, and the exit code, use await or `.run`:
|
||||
|
||||
```js
|
||||
import { $ } from "bun";
|
||||
|
||||
Reference in New Issue
Block a user