mirror of
https://github.com/status-im/metro.git
synced 2025-02-12 19:17:50 +00:00
packager: server/server.js: @flow
Reviewed By: davidaurelio Differential Revision: D4462520 fbshipit-source-id: dc08aef691a78acb571a4da8038343184019d09f
This commit is contained in:
parent
30f915e818
commit
735e50efc4
2
react-packager/src/lib/reporting.js
vendored
2
react-packager/src/lib/reporting.js
vendored
@ -86,7 +86,7 @@ function logWarning(terminal: Terminal, format: string, ...args: Array<mixed>):
|
||||
* A reporter that does nothing. Errors and warnings will be swallowed, that
|
||||
* is generally not what you want.
|
||||
*/
|
||||
const nullReporter: Reporter = {update() {}};
|
||||
const nullReporter = {update() {}};
|
||||
|
||||
module.exports = {
|
||||
logWarning,
|
||||
|
Loading…
x
Reference in New Issue
Block a user