Skip to content

Commit

Permalink
fixup! feat(cli/console): Add Deno.InspectOptions::colors
Browse files Browse the repository at this point in the history
Co-authored-by: TTtie <[email protected]>
  • Loading branch information
nayeemrmn and TTtie authored Sep 29, 2020
1 parent 0f8acf0 commit fb28971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/dts/lib.deno.ns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ declare namespace Deno {
iterableLimit?: number;
/** Show a Proxy's target and handler. Defaults to false. */
showProxy?: boolean;
/** Stylize output with ANSI color. Defaults to false. */
/** Stylize output with ANSI colors. Defaults to false. */
colors?: boolean;
}

Expand Down

0 comments on commit fb28971

Please sign in to comment.