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 1634588 commit 52d398cCopy full SHA for 52d398c
lib/internal/util/debuglog.js
@@ -20,7 +20,7 @@ const wrapDebugLog = (set, logger) => {
20
if (typeof maybeFmt === 'string') {
21
inspect.consoleFromVM.debug(`%s %i: ${maybeFmt}`, set, pid, ...args);
22
} else {
23
- inspect.consoleFromVM.debug(`%s %i:`, set, pid, maybeFmt, ...args);
+ inspect.consoleFromVM.debug('%s %i:', set, pid, maybeFmt, ...args);
24
}
25
}, logger, ...args);
26
};
0 commit comments