[ReactNative] Print directories packager is serving files from
This commit is contained in:
parent
0a88663b1e
commit
5023931272
|
@ -72,6 +72,8 @@ console.log('\n' +
|
|||
' ===============================================================\n'
|
||||
);
|
||||
|
||||
console.log('Looking for JS files in\n ', options.projectRoots.join('\n '));
|
||||
|
||||
process.on('uncaughtException', function(e) {
|
||||
console.error(e);
|
||||
console.error(e.stack);
|
||||
|
|
Loading…
Reference in New Issue