adobe-photoshop / generator-assets

Generator Plug-in for Adobe Photoshop CC that helps users export image assets
MIT License
496 stars 86 forks source link

Handle rejection of getDocumentSettingsForPlugin in statemanager to avoid 'quick close' race case #458

Closed mcilroyc closed 5 years ago

mcilroyc commented 5 years ago

Added a catch to the generator.getDocumentSettingsForPlugin promise which will reject if the document has been closed. This happens (at least) when a document is opened and then quickly closed.

mcilroyc commented 5 years ago

@bialikover in case this did not occur to you, you could probably test this in your scenario by making this change in the generator files of your own copy of photoshop (at your own risk).