Skip to content
Snippets Groups Projects

Issue #3341224: Always catch \Throwable, not \Exception and always pass the old exception when re-throwing.

Merged Issue #3341224: Always catch \Throwable, not \Exception and always pass the old exception when re-throwing.
All threads resolved!
All threads resolved!
+ 2
1
@@ -40,8 +40,9 @@ build:
- cat modules/contrib/automatic_updates/commit-code-check.sh
- diff /var/www/html/core/scripts/dev/commit-code-check.sh modules/contrib/automatic_updates/commit-code-check.sh
- ls -al modules/contrib/automatic_updates/
- ls -al modules/contrib/automatic_updates/src/
- ls -al /var/www/html/core/
- "sudo modules/contrib/automatic_updates/commit-code-check.sh --drupalci"
- "modules/contrib/automatic_updates/commit-code-check.sh --drupalci"
# Restore the original permissions.
- chmod 777 modules/contrib/automatic_updates/
# Disable the PCRE engine's JIT, since it causes Composer to die during the
Loading