Skip to content

Commit

Permalink
return 1 on error
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmartin committed May 2, 2019
1 parent 7f1a425 commit 450d22b
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 450d22b

Please sign in to comment.