Skip to main content
Known Participant
June 9, 2024
Question

I want to keep running the scripts without stopping if there is any problem #Photoshop

  • June 9, 2024
  • 1 reply
  • 243 views

I want to skip that step and continue running the remaining processes of the Scripts without having to stop the Scripts because there is a problem selecting a layer.

I want the scripts to stop without showing an error massage if there is no more process to continue.

Is that content possible? 

#Thanks for all the advice

This topic has been closed for replies.

1 reply

Stephen Marsh
Community Expert
Community Expert
June 9, 2024

My first thought is to set try/catch or if/else blocks around the known points of potential failure.

Known Participant
June 10, 2024

Thank Your Sir @Stephen Marsh ...  I will try