Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More info when we fail to log AssertError (enso-org#11113)
Motivation: ``` Caused by: java.lang.AssertionError: No polyglot context is entered. A language or context reference must not be used if there is no polyglot context entered. at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotFastThreadLocals.assertValidGet(PolyglotFastThreadLocals.java:481) at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotFastThreadLocals$ContextReferenceImpl.get(PolyglotFastThreadLocals.java:513) at org.enso.runtime/org.enso.interpreter.runtime.EnsoContext.get(EnsoContext.java:246) at org.enso.runtime/org.enso.interpreter.runtime.error.PanicException.computeMessage(PanicException.java:90) ```
- Loading branch information