packager: disable global cache stdout
Reviewed By: davidaurelio Differential Revision: D4392486 fbshipit-source-id: bc1c33c781335b4af2d735596bbcdf7520312777
This commit is contained in:
parent
ff50420b0f
commit
4f60ac40fc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue