Reply to thread

Strict mode errors will now be logged but not stop execution. (As they apply during compilation, simply loading the class would cause an error if we stopped execution; execution will still potentially fail when the function itself is called.)


Deprecation errors will still only be logged in debug mode.


Back
Top Bottom