pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.18k stars 52 forks source link

fix: Reject promise on error and validate readline answers. #8

Closed codybrouwers closed 6 years ago

codybrouwers commented 6 years ago

Hey there @pmadruga, this PR should handle the error event of spawned tasks and should fix #7

I also added some validation of the readline questions so the user gets some feedback if they type something other then Y or n.

Thanks and let me know what you think!

pmadruga commented 6 years ago

Thanks - let me review this in the weekend 👍