Uh oh!
There was an error while loading. Please reload this page.
doc: util.debuglog callback - #33856
Conversation
bmeck
commented
Jun 12, 2020
API came from #32260 |
mscdex
commented
Jun 12, 2020
I don't think it's really worth documenting this as it's purely an (internal) optimization. The callback isn't for determining whether debugging is enabled, in fact the argument passed to the callback is always a function. The callback is used to get a reference to a more optimized (by V8) debug function. |
bmeck
commented
Jun 12, 2020
@mscdex it is exposed publicly so it seems like it should be documented. will fixup the docs though |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Trott
commented
Jun 13, 2020
@bmeck There are still a two or three things flagged in the GitHub interface that look like they are worth addressing. (Can't assign the new value to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bmeck
commented
Jun 15, 2020
@targos those should be fixed now, thanks |
Uh oh!
There was an error while loading. Please reload this page.
PR-URL: #33856 Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell
commented
Jul 3, 2020
Landed in 16f3b6a |
PR-URL: #33856 Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #33856 Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #33856 Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist