ExLibrisGroup / Primo-Studio

9 stars 2 forks source link

fix issue with upload existing package feature #9

Closed ShoulM closed 3 years ago

ShoulM commented 3 years ago

Fixed issue with upload existing package.

1.Handled cases where commented out code resulted in corrupted package after upload

  1. Added more logic in order to correctly parse the existing package: find closing bracket to wrapping function scope using bracket counting instead of RegEexp.