Files
ladybird/Userland/Libraries/LibJS/Runtime
Linus Groh 55d9f1cced LibJS: Log any exception, not just the ones with a JS::Error value
This was super confusing as we would check if the exception's value is a
JS::Error and not log it otherwise, even with m_should_log_exceptions
set.

As a result, things like DOM exceptions were invisible to us with
execution just silently stopping, for example.
2021-04-03 16:34:34 +02:00
..
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-03-22 20:58:22 +01:00
2021-03-22 20:58:22 +01:00
2021-01-12 12:17:46 +01:00
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-04-02 10:47:40 +02:00