Skip to content

Commit 802aef9

Browse files
christopherdrofacebook-github-bot-4
authored andcommitted
Update argument passed for assetRoots.
Summary: Fixes facebook#4388 Closes facebook#4431 Reviewed By: svcscm Differential Revision: D2704076 Pulled By: mkonicek fb-gh-sync-id: 2b788eb15787334bf7309fde730566092ff63832
1 parent 5dc40af commit 802aef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-cli/server/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function _server(argv, config, resolve, reject) {
7979
}
8080

8181
args.assetRoots = args.assetRoots
82-
? argToArray(args.projectRoots).map(dir =>
82+
? argToArray(args.assetRoots).map(dir =>
8383
path.resolve(process.cwd(), dir)
8484
)
8585
: config.getAssetRoots();

0 commit comments

Comments
 (0)