We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095efac commit f0597d9Copy full SHA for f0597d9
doc/api/util.md
@@ -243,8 +243,7 @@ corresponding argument. Supported specifiers are:
243
* `%O`: `Object`. A string representation of an object with generic JavaScript
244
object formatting. Similar to `util.inspect()` without options. This will show
245
the full object not including non-enumerable properties and proxies.
246
-* `%c`: `CSS`. This specifier is currently ignored, and will skip any CSS
247
- passed in.
+* `%c`: `CSS`. This specifier is ignored and will skip any CSS passed in.
248
* `%%`: single percent sign (`'%'`). This does not consume an argument.
249
* Returns: {string} The formatted string
250
0 commit comments