mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Do not die on collect-results after printing to Discord. (#53132)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53132 This will prevent the Firebase script from running at all. I'm removing it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D79801691 fbshipit-source-id: 2705dff93fc9dbbcfaf97a1ba29b69d4d0a8143c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9bb53c02dd
commit
cd71c9620c
@@ -118,7 +118,6 @@ async function collectResults(discordWebHook) {
|
||||
} else {
|
||||
console.log('Discord webhook not set');
|
||||
}
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
// Initialize Firebase client
|
||||
|
||||
Reference in New Issue
Block a user