Skip to content

Commit 4215d49

Browse files
committed
fix: Add newline at end of scenario file
1 parent 50d5386 commit 4215d49

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/suites/public-api/withMonitor

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/public-api/withMonitor/scenario.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Sentry.withMonitor('cron-job-2', async () => {
3737
// Wait a bit for check-ins to complete before exiting
3838
setTimeout(() => {
3939
process.exit();
40-
}, 500);
40+
}, 500);

0 commit comments

Comments
 (0)