metro-bundler: TerminalReporter: fix comment

Reviewed By: davidaurelio

Differential Revision: D5442902

fbshipit-source-id: bb9ccc05c4a6a69027448bad42880313732304a1
This commit is contained in:
Jean Lauliac 2017-07-18 10:28:52 -07:00 committed by Facebook Github Bot
parent e023fe12d2
commit 7f68aa8493

View File

@ -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);