We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd4900 commit 80495a2Copy full SHA for 80495a2
scripts/check-replay-stubs.js
@@ -9,7 +9,7 @@ const replayJarChanged = danger.git.modified_files.includes(
9
10
if (!replayJarChanged) {
11
console.log("replay-stubs.jar not changed, skipping check.");
12
- return;
+ process.exit(0);
13
}
14
15
function validatePath(dirPath) {
0 commit comments