Throwable throwable = ClientStackTrace.decode((String) result, code);
if (throwable instanceof AssertionError || throwable instanceof InternalError) {
dumpCode(code);
throwable = new PowerAssertOffError(throwable);
}
throw I.quiet(throwable);
}
} catch (ScriptException e) {
dumpCode(source);