mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore(cli/dts): fix the display of the Deno.spawnSync() document (#14342)
This commit is contained in:
parent
2a86b8fb02
commit
fa37b6a8db
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -1466,7 +1466,7 @@ declare namespace Deno {
|
|||
* collecting all of its output.
|
||||
* The stdio options are ignored.
|
||||
*
|
||||
* * ```ts
|
||||
* ```ts
|
||||
* const { status, stdout, stderr } = Deno.spawnSync(Deno.execPath(), {
|
||||
* args: [
|
||||
* "eval",
|
||||
|
|
Loading…
Reference in a new issue