◐ Shell
clean mode source ↗

doc: fix indentation in console.md · nodejs/node@17c21b6

Original file line numberDiff line numberDiff line change

@@ -94,7 +94,7 @@ changes:

9494

* `stdout` {stream.Writable}

9595

* `stderr` {stream.Writable}

9696

* `ignoreErrors` {boolean} Ignore errors when writing to the underlying

97-

streams. **Default:** `true`.

97+

streams. **Default:** `true`.

9898

* `colorMode` {boolean|string} Set color support for this `Console` instance.

9999

Setting to `true` enables coloring while inspecting values, setting to

100100

`'auto'` will make color support depend on the value of the `isTTY` property