You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report missing or invalid workflow file on launch (#2623)
Launching the editor with a workflow file that does not exist, or that
exists but cannot be parsed as a workflow, would open a blank editor
with no indication of the problem. The editor now reports that the file
is missing or not a valid workflow and still opens, instead of silently
starting empty. Launching with no file or with a directory still opens
empty as before.
The --no-editor player now reports an unparseable file with the same
invalid-workflow message instead of a raw parser exception, and its
missing-file message names the file. Both messages include the full
path so a batch run can identify which file failed and the export-image
path also shares the missing-file message.
Closes#2615
0 commit comments