Fixed typo in packager middleware

Summary:
**Test plan (required)**

Run packager
Closes https://github.com/facebook/react-native/pull/9135

Differential Revision: D3649113

Pulled By: kentaromiura

fbshipit-source-id: db1b1b590f2b1ff50c1e519d4dce10b7c1eec133
This commit is contained in:
Konstantin Raev 2016-08-01 08:10:15 -07:00 committed by Facebook Github Bot 6
parent 75e404bdde
commit 7cf4e3665a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const findSymlinksPaths = require('./findSymlinksPaths');
function server(argv, config, args) {
args.projectRoots = args.projectRoots.concat(
args.root,
findSymlinkPaths(path.resolve(process.cwd(), 'node_modules'))
findSymlinksPaths(path.resolve(process.cwd(), 'node_modules'))
);
console.log(formatBanner(