mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-29 18:56:12 +08:00

if we don't exit, it will just log the issue - however we *want* it to fail it there is an error, so that it doesn't continue in the CI alternative would be to rethrow the error, but then we'd print the error into the logs twice :-) closes https://github.com/TriliumNext/Notes/issues/1413