mirror of
https://github.com/status-im/metro.git
synced 2025-01-31 21:34:53 +00:00
metro-bundler: TerminalReporter: fix comment
Reviewed By: davidaurelio Differential Revision: D5442902 fbshipit-source-id: bb9ccc05c4a6a69027448bad42880313732304a1
This commit is contained in:
parent
e023fe12d2
commit
7f68aa8493
@ -363,8 +363,8 @@ class TerminalReporter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Everything that happens goes through the same 3 steps. This makes the
|
* Single entry point for reporting events. That allows us to implement the
|
||||||
* output more reliable and consistent, because no matter what additional.
|
* corresponding JSON reporter easily and have a consistent reporting.
|
||||||
*/
|
*/
|
||||||
update(event: TerminalReportableEvent) {
|
update(event: TerminalReportableEvent) {
|
||||||
this._log(event);
|
this._log(event);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user