doc: remove "currently" from util.md
PR-URL: https://github.com/nodejs/node/pull/33756 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
eeede81c5c
commit
77b5e2da8f
@ -243,8 +243,7 @@ corresponding argument. Supported specifiers are:
|
||||
* `%O`: `Object`. A string representation of an object with generic JavaScript
|
||||
object formatting. Similar to `util.inspect()` without options. This will show
|
||||
the full object not including non-enumerable properties and proxies.
|
||||
* `%c`: `CSS`. This specifier is currently ignored, and will skip any CSS
|
||||
passed in.
|
||||
* `%c`: `CSS`. This specifier is ignored and will skip any CSS passed in.
|
||||
* `%%`: single percent sign (`'%'`). This does not consume an argument.
|
||||
* Returns: {string} The formatted string
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user