Files
evolution/src
Milan Crha ced1e32958 Clear JSCContext exceptions after the call
The JSCContext keeps exceptions between multiple calls, thus when one
call fails the consecutive calls would reuse the previous exception
until it is explicitly cleared, even though the following call succeeded
without any issue.
2019-10-25 09:09:33 +02:00
..