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
I ran Sync-XliffTranslations with a path that the cmdlet considered invalid (see also my other issue). As a result, the file could not be loaded and I got this error message:
Exception calling "Load" with "1" argument(s): "Could not find a part of the path 'C:\Users\MyUserName\Translations\MyCompanyName Extension.g.xlf'."
However, execution continued as normal, leading to a wall of red text. Subsequent attemps to load other files (i.c. the target file) failed for the same reason.
I would argue that file load failures should be treated as fatal, and execution should stop immediately.
The text was updated successfully, but these errors were encountered:
I ran
Sync-XliffTranslations
with a path that the cmdlet considered invalid (see also my other issue). As a result, the file could not be loaded and I got this error message:However, execution continued as normal, leading to a wall of red text. Subsequent attemps to load other files (i.c. the target file) failed for the same reason.
I would argue that file load failures should be treated as fatal, and execution should stop immediately.
The text was updated successfully, but these errors were encountered: