Skip to content

Commit 824cb1c

Browse files
committed
pass through stdio
1 parent a61b973 commit 824cb1c

File tree

1 file changed

+2
-0
lines changed
  • dev-packages/node-integration-tests/utils

1 file changed

+2
-0
lines changed

dev-packages/node-integration-tests/utils/runner.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ export function createRunner(...paths: string[]) {
115115

116116
// Skip any lines that don't start with envelope JSON
117117
if (!cleanedLine.startsWith('[{')) {
118+
// eslint-disable-next-line no-console
119+
console.log(cleanedLine);
118120
return;
119121
}
120122

0 commit comments

Comments
 (0)