Skip to content

Commit

Permalink
Resolve single flow error in node-haste
Browse files Browse the repository at this point in the history
Summary:
Makes flow pass.
Closes facebook#11465

Differential Revision: D4328094

Pulled By: ericvicenti

fbshipit-source-id: 5eb60831145ade00eb2d504f4958f0a683eef686
  • Loading branch information
Adam Miskiewicz authored and DanielMSchmidt committed Jan 4, 2017
1 parent 37889db commit e8a0df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/react-packager/src/node-haste/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class DependencyGraph {
maxWorkers?: ?number,
mocksPattern?: mixed,
moduleOptions: ?ModuleOptions,
platforms: mixed,
platforms: Array<string>,
preferNativePlatform: boolean,
providesModuleNodeModules: Array<string>,
resetCache: boolean,
Expand Down

0 comments on commit e8a0df8

Please sign in to comment.