Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Packager] Fix the --root, --assetRoots, --port, and --platform options
Looks like these options were handled as booleans when they should be handled as strings. Explicitly specify them as strings. Test Plan: `packager/packager.sh --root A --root B` works. Also tested `packager/packager.sh --root A,B`. Tested the port option too: `packager/packager.sh --port 12345' and got a response visiting http://localhost:12345/index.includeRequire.runModule.bundle?dev=true.
- Loading branch information