forked from facebook/buck
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove special handling of IOException
Summary: In Build.executeAndPrintFailures, this changes IOException to be classified as an internal error. This means that they will be printed with their stack trace (and preceded by a message saying that it's a buck internal error). Any IOExceptions that are actually due to user errors should be updated to be wrapped in a HumanReadableException. Test Plan: CI, updated tests Reviewed By: ttsugriy fbshipit-source-id: a2fba52
- Loading branch information
1 parent
b3a40eb
commit 0e078a6
Showing
2 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters