purduesigbots / pros-vsc

PROS plugin for VS Code
Mozilla Public License 2.0
20 stars 5 forks source link

:bug: Don't upload if build fails #213

Closed AndrewLuGit closed 5 months ago

AndrewLuGit commented 6 months ago

In buildUpload, we catch the error in build, but continue to upload even if we fail. So this just adds a return in the catch block so we don't upload if the build fails.