Skip to content

Commit 80495a2

Browse files
fix return
1 parent cdd4900 commit 80495a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-replay-stubs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const replayJarChanged = danger.git.modified_files.includes(
99

1010
if (!replayJarChanged) {
1111
console.log("replay-stubs.jar not changed, skipping check.");
12-
return;
12+
process.exit(0);
1313
}
1414

1515
function validatePath(dirPath) {

0 commit comments

Comments
 (0)