mirror of https://github.com/status-im/metro.git
Updates from Mon 23 Mar
- [React Native] Fix iOS 7 crashes b/c missing Photos.fmwk | Alex Akers - UIExplorer flowification | Basil Hosmer - Add clearImmediate module | Marshall Roch - [ReactNative] Print directories packager is serving files from | Alex Kotliarskyi - Work around flow bug with exports | Marshall Roch - [ReactNative] Move packager/init.sh to GitHub | Alex Kotliarskyi - [ReactNative] Remove react-native/package.json | Christopher Chedeau - [ReactNative] Returning actual contentSize for RCTScrollViewManager | Henry Lung
This commit is contained in:
parent
4dec3cd76e
commit
fef4119be0
|
@ -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