mirror of https://github.com/status-im/metro.git
[ReactNative] Print directories packager is serving files from
This commit is contained in:
parent
d1db7b275c
commit
098d7bfa45
|
@ -72,6 +72,8 @@ console.log('\n' +
|
||||||
' ===============================================================\n'
|
' ===============================================================\n'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
console.log('Looking for JS files in\n ', options.projectRoots.join('\n '));
|
||||||
|
|
||||||
process.on('uncaughtException', function(e) {
|
process.on('uncaughtException', function(e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
console.error(e.stack);
|
console.error(e.stack);
|
||||||
|
|
Loading…
Reference in New Issue