Skip to content

Commit

Permalink
Merge pull request #396 from joelmartin/flagstat-return
Browse files Browse the repository at this point in the history
return 1 on error
  • Loading branch information
pjotrp authored May 6, 2019
2 parents 7f1a425 + 450d22b commit 78bf807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sambamba/flagstat.d
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ int flagstat_main(string[] args) {
}
} catch (Throwable e) {
stderr.writeln(e.msg);
return 1;
}
return 0;
}

0 comments on commit 78bf807

Please sign in to comment.