You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each call to convertFileInPlace in convertProject should be wrapped with runError or equivalent, rather than letting the Error effect bubble up through traverse.
The text was updated successfully, but these errors were encountered:
jgrosso
changed the title
Don't stop project conversion on a single file
Don't stop project conversion if individual files fail
Sep 17, 2019
Each call to
convertFileInPlace
inconvertProject
should be wrapped withrunError
or equivalent, rather than letting theError
effect bubble up throughtraverse
.The text was updated successfully, but these errors were encountered: