Skip to content

Commit e9b0848

Browse files
committed
debug
1 parent f720559 commit e9b0848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sequential/test-watch-mode.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ async function failWriteSucceed({ file, watchedFile }) {
8787
const child = spawn(execPath, ['--watch', '--no-warnings', file], { encoding: 'utf8' });
8888

8989
child.stdout.on('data', (data) => {
90+
console.log(data.toString());
9091
stdout += data;
9192
if (data.toString().startsWith('Failed running')) notFound.resolve();
9293
if (data.toString().startsWith('Completed running')) completed.resolve();

0 commit comments

Comments
 (0)