mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -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.
|
* collecting all of its output.
|
||||||
* The stdio options are ignored.
|
* The stdio options are ignored.
|
||||||
*
|
*
|
||||||
* * ```ts
|
* ```ts
|
||||||
* const { status, stdout, stderr } = Deno.spawnSync(Deno.execPath(), {
|
* const { status, stdout, stderr } = Deno.spawnSync(Deno.execPath(), {
|
||||||
* args: [
|
* args: [
|
||||||
* "eval",
|
* "eval",
|
||||||
|
|
Loading…
Reference in a new issue