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 e20ccdc commit 978d3b9Copy full SHA for 978d3b9
npm-packages/node-executor/src/executor.ts
@@ -728,6 +728,7 @@ export function setupConsole(responseStream: Writable) {
728
consoleState.totalSentLineLength += totalMessageLength;
729
consoleState.sentLines += 1;
730
}
731
+
732
devConsole.debug = function (...args) {
733
consoleMessage("DEBUG", ...args);
734
};
0 commit comments