Skip to content

Commit

Permalink
Don't fail if libraryjars can't be found
Browse files Browse the repository at this point in the history
Summary:
Suffer silently if librarjars can't be found.
redexstats[fb4a_unstable,fb4a_stable]

Reviewed By: newobj

Differential Revision: D4529787

fbshipit-source-id: 769b0c587a7bdca289135253ada1cb49aa27dedd
  • Loading branch information
Satnam Singh authored and facebook-github-bot committed Feb 8, 2017
1 parent 4ebe96d commit db65084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/redex-all/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ int main(int argc, char* argv[]) {
fprintf(stderr,
"ERROR: Library jar could not be loaded: %s\n",
library_jar.c_str());
exit(1);
}
}
}
Expand Down

0 comments on commit db65084

Please sign in to comment.