forked from jorgecasar/flow
-
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.
fix exception handling in find-refs command
Summary: if i'm reading it correctly, if the server raises an exception during `find-refs`, it writes to the server log and returns `None` which is not marshaled over the channel so the client blocks until it times out. instead, it should return an error to the user. Reviewed By: avikchaudhuri Differential Revision: D5088871 fbshipit-source-id: 35c4c629d1784b4b1f3a6890ddd6e77428b0aea3
- Loading branch information
1 parent
8874016
commit 94ca83a
Showing
3 changed files
with
23 additions
and
23 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
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