You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GJS exceptions can't be caught across the boundary of a signal handler. So if a signal handler or idle function throws an exception, then your test won't fail. Possibly Jasmine can even hang if no specs ever execute.
The text was updated successfully, but these errors were encountered:
GJS exceptions can't be caught across the boundary of a signal handler.
So if a signal handler or idle function throws an exception, then your
test won't fail. Possibly Jasmine can even hang if no specs ever execute.
However, this code won't work because g_set_log_handler() is not
introspectable.
[#4]
GJS exceptions can't be caught across the boundary of a signal handler. So if a signal handler or idle function throws an exception, then your test won't fail. Possibly Jasmine can even hang if no specs ever execute.
The text was updated successfully, but these errors were encountered: