1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 22:09:02 -05:00

chore(cli/dts): fix the display of the Deno.spawnSync() document (#14342)

This commit is contained in:
ayame113 2022-04-21 21:36:57 +09:00 committed by crowlkats
parent 5aaa6d5206
commit e51ad003c4
No known key found for this signature in database
GPG key ID: A82C9D461FC483E8

View file

@ -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",