debug icon indicating copy to clipboard operation
debug copied to clipboard

Fix/debug depth

Open calvintwr opened this issue 2 years ago • 1 comments

This PR fixes https://github.com/debug-js/debug/issues/746

It comes complete with mocha tests.

@Qix- Apologies for the mess on on the previous PR https://github.com/debug-js/debug/issues/746 as forgot about the PR completely and have been pushing various fixes to it.

This will also fix up all other issues related to the DEBUG env variables not being registered. The main issue is that util.format needs to be replaced with util.formatWithOptions, to receive export.inspectOpts that has the DEBUG env variables.

calvintwr avatar Feb 12 '23 02:02 calvintwr

Please, this looks like ready to merge :) @Qix-

misak113 avatar Dec 19 '23 12:12 misak113