hyperbrew / bolt-cep

A lightning-fast boilerplate for building Adobe CEP Extensions in React, Vue, or Svelte built on Vite + TypeScript + Sass
MIT License
297 stars 41 forks source link

making evalTS catch more kinds of ExtendScript errors #88

Open avibiton13 opened 1 year ago

avibiton13 commented 1 year ago

In some cases, evalTS does not properly catches ExtendScript evaluation errors, so I extended the condition of rejecting the promise that wraps the CSInterface.evalScript function.