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
  • Loading branch information
bmeck authored Jun 15, 2020
commit 02d5ab350a640b633a7a8376c8da9cbd86d6b39f
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ unnecessary wrapping.
const util = require('util');
const makeInternalsPublic = false;
Comment thread
bmeck marked this conversation as resolved.
Outdated
const debuglog = util.debuglog('internals', (debug) => {
Comment thread
bmeck marked this conversation as resolved.
Outdated
// replace with a logging function that optimizes out
// Replace with a logging function that optimizes out
// testing if the section is enabled
debuglog = debug;
});
Expand Down