mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 19:48:56 +08:00
[Logs] Don't print flow error twice
Summary: Flow errors are already throwing an exception in js, no need to also console.error in the packager
This commit is contained in:
@@ -89,9 +89,6 @@ function doFlowTypecheck(res, flowroot, next) {
|
||||
type: 'FlowError',
|
||||
errors: errors,
|
||||
};
|
||||
console.error(chalk.yellow('flow: Error running command `' + flowCmd +
|
||||
'`:\n' + JSON.stringify(error))
|
||||
);
|
||||
res.writeHead(error.status, {
|
||||
'Content-Type': 'application/json; charset=UTF-8',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user