Skip to content

Commit 78bf807

Browse files
authored
Merge pull request #396 from joelmartin/flagstat-return
return 1 on error
2 parents 7f1a425 + 450d22b commit 78bf807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: sambamba/flagstat.d

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ int flagstat_main(string[] args) {
134134
}
135135
} catch (Throwable e) {
136136
stderr.writeln(e.msg);
137+
return 1;
137138
}
138139
return 0;
139140
}

0 commit comments

Comments
 (0)