Skip to content
  • Dave Hylands's avatar
    stmhal: Print exception information in nlr_jump_failed · f380904b
    Dave Hylands authored
    Currently nlr_jump_fail prints that there was an uncaught exception
    but nothing about the exception.
    This patch causes nlr_jump_failed to try to print the exception.
    Given that printf was called on the line above, I think that
    the call to mp_obj_print_exception has about as much likelyhood
    of succeeding as the printf does.
    f380904b