1
0
Fork 0
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:
ayame113 2022-04-21 21:36:57 +09:00 committed by GitHub
parent 2a86b8fb02
commit fa37b6a8db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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