-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JSON output of targets --streaming --keep-going when there is an …
…error Summary: Right now, if the output of `stream_packages` for one of the packages produces only an error, it will add an unnecessary trailing separator, causing malformed JSON. Instead, just add the separator if we have something else to show. Reviewed By: zertosh Differential Revision: D68892303 fbshipit-source-id: 5b957c60eb86e146a29593847691d3bb0688d090
- Loading branch information
1 parent
622f910
commit 31796d0
Showing
2 changed files
with
30 additions
and
16 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