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 0c43e20a88ba2586acff8cd968acb8827f1e81ec
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ unnecessary wrapping.

```js
const util = require('util');
let makeInternalsPublic = false;
const makeInternalsPublic = false;
const debuglog = util.debuglog('internals', (debug) => {
// replace with a logging function that optimizes out
// testing if the section is enabled
Expand Down