packager: disable global cache stdout

Reviewed By: davidaurelio

Differential Revision: D4392486

fbshipit-source-id: bc1c33c781335b4af2d735596bbcdf7520312777
This commit is contained in:
Jean Lauliac 2017-01-09 10:10:16 -08:00 committed by Facebook Github Bot
parent ff50420b0f
commit 4f60ac40fc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function getProgressBar(ratio: number, length: number) {
);
}
type TerminalReportableEvent = ReportableEvent | {
export type TerminalReportableEvent = ReportableEvent | {
type: 'bundle_transform_progressed_throttled',
entryFilePath: string,
transformedFileCount: number,