Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/util.md
Co-authored-by: Derek Lewis <DerekNonGeneric@inf.is>
  • Loading branch information
zeke and Derek Lewis authored May 26, 2020
commit ed4162c893ee46eda4ca1f749a57228fb9b06bc1
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ debuglog('hi there, it\'s foo-bar [%d]', 2333);
if it is run with `NODE_DEBUG=foo*` in the environment, then it will output
something like:

```text
```console
FOO-BAR 3257: hi there, it's foo-bar [2333]
```

Expand Down