mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 15:59:39 +08:00
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:
committed by
Facebook Github Bot 6
parent
75e404bdde
commit
7cf4e3665a
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user