@allow-large-files [flow] deploy flow 0.60

Reviewed By: gabelevi

Differential Revision: D6466441

fbshipit-source-id: c51eeb53a2465498ad77b3865b5f8c03758d1d35
This commit is contained in:
Marshall Roch
2017-12-04 13:25:03 -08:00
committed by Facebook Github Bot
parent 4ebe76d559
commit c8e72bb8b8
7 changed files with 10 additions and 14 deletions

View File

@@ -89,8 +89,6 @@ function runServer(
var wsProxy = null;
var ms = null;
/* $FlowFixMe: Flow is wrong, Node.js docs specify that process.stdout is an
* instance of a net.Socket (a local socket, not network). */
const terminal = new Terminal(process.stdout);
const ReporterImpl = getReporterImpl(args.customLogReporterPath || null);
const reporter = new ReporterImpl(terminal);