packager: server/server.js: @flow

Reviewed By: davidaurelio

Differential Revision: D4462520

fbshipit-source-id: dc08aef691a78acb571a4da8038343184019d09f
This commit is contained in:
Jean Lauliac 2017-01-26 03:41:11 -08:00 committed by Facebook Github Bot
parent be490d2f0c
commit 50168b7d6e
1 changed files with 1 additions and 1 deletions

View File

@ -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,