We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428491e commit e547e78Copy full SHA for e547e78
lib/helpers.js
@@ -43,7 +43,6 @@ try {
43
*/
44
function printDebugWithCode(msg, code) {
45
console.log(`\n\n${msg}:\n`);
46
-
47
console.log(`${highlightFn(code)}\n`);
48
}
49
0 commit comments