diff options
author | ayame113 <40050810+ayame113@users.noreply.github.com> | 2022-04-21 21:36:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 14:36:57 +0200 |
commit | fa37b6a8db5287a49cf3bea6a3a092cdb9dad3a9 (patch) | |
tree | 2f9a3fa65918c1900798018ad7c80c08671b188e /cli/dts/lib.deno.unstable.d.ts | |
parent | 2a86b8fb02b594c42e057ca84b7171c22eba72d1 (diff) |
chore(cli/dts): fix the display of the Deno.spawnSync() document (#14342)
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 6d5ad3af3..062ec79e7 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -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", |