From fa37b6a8db5287a49cf3bea6a3a092cdb9dad3a9 Mon Sep 17 00:00:00 2001 From: ayame113 <40050810+ayame113@users.noreply.github.com> Date: Thu, 21 Apr 2022 21:36:57 +0900 Subject: chore(cli/dts): fix the display of the Deno.spawnSync() document (#14342) --- cli/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts/lib.deno.unstable.d.ts') 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", -- cgit v1.2.3