Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash caused by external scripts failing
- Move external scripts logic to its own function runExternalScripts. - Quote image filepaths in runExternalScripts to avoid unintended crashes in scripts due to unescaped characters in the filename. - Add exception handling to runExternalScripts to avoid crashing the daemon/app if the external script fails. - Update some dependencies. - Bump package version.
- Loading branch information