[ReactNative] Print directories packager is serving files from

This commit is contained in:
Alex Kotliarskyi 2015-03-22 22:56:41 -07:00
parent d1db7b275c
commit 098d7bfa45
1 changed files with 2 additions and 0 deletions

View File

@ -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);