react-native-schemes-manager icon indicating copy to clipboard operation
react-native-schemes-manager copied to clipboard

Report failure instead of throwing error

Open plouh opened this issue 5 years ago • 0 comments

Description of changes

Report an error when source configuration doesn't exist instead of throwing an error. This fixes the case where e.g. RCTWebSocket doesn't have a release configuration and allows script to continue.

hasError flag is added to keep track of the possible errors.

Related issues (if any)

plouh avatar Aug 16 '19 10:08 plouh