Left some code comments
Summary: Added some additional code comments as requested in earlier diffs Reviewed By: passy Differential Revision: D33361691 fbshipit-source-id: 2d1adc8830af58e6cb7bac4b283a5c0171cf749e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d92c403dd2
commit
ebc4752077
@@ -145,6 +145,8 @@ async function startWatchChanges() {
|
||||
try {
|
||||
const watchman = new Watchman(path.resolve(__dirname, '..'));
|
||||
await watchman.initialize();
|
||||
// We only watch for changes that might affect the server.
|
||||
// For UI changes, Metro / hot module reloading / fast refresh take care of the changes
|
||||
await Promise.all(
|
||||
[
|
||||
'pkg',
|
||||
|
||||
Reference in New Issue
Block a user