mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
[ReactNative] Print directories packager is serving files from
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user