Skip to content

Commit

Permalink
fixup! try more things
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jan 1, 2024
1 parent 40a002c commit 62de1a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/watch-mode/helpers/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ export const withFixture = fixture => async (t, task) => {
process.kill();
}

await process;
try {
await process;
} catch {}
});

const results = run(args, options);
Expand Down

0 comments on commit 62de1a0

Please sign in to comment.