You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: app/current/src/main/scala/io/scalajs/nodejs/console_module/ConsoleOptions.scala
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,15 @@ import scala.scalajs.js.|
16
16
* setting to `'auto'` will make color support depend on the value of the `isTTY` property and the value returned by `getColorDepth()` on the respective stream.
17
17
* This option can not be used, if `inspectOptions.colors` is set as well. Defaults to `'auto'`.
18
18
* @paraminspectOptions Specifies options that are passed along to [[io.scalajs.nodejs.util.Util.inspect()]].
19
-
*
20
-
* **Node:** This is available after Node.js v11.7.0.
19
+
* Node.js v11.7.0.
20
+
* @paramgroupIndentation Set group indentation. Default: 2.
0 commit comments