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 get-def command
Summary: if i'm reading it correctly, if the server raises an exception during `get-def`, 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: D5088814 fbshipit-source-id: cf1ceca05ac74a2005bf72c4ee1c40b452814d7f
- Loading branch information
1 parent
f1872c6
commit 8874016
Showing
3 changed files
with
26 additions
and
22 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