Skip to content

Commit 978d3b9

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Update
GitOrigin-RevId: c0a11dd5947ccb1928daac145859fc13b626cc31
1 parent e20ccdc commit 978d3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-packages/node-executor/src/executor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ export function setupConsole(responseStream: Writable) {
728728
consoleState.totalSentLineLength += totalMessageLength;
729729
consoleState.sentLines += 1;
730730
}
731+
731732
devConsole.debug = function (...args) {
732733
consoleMessage("DEBUG", ...args);
733734
};

0 commit comments

Comments
 (0)