1 parent 66fd3e4 commit a01f6c9Copy full SHA for a01f6c9
1 file changed
unix/main.c
@@ -85,7 +85,6 @@ STATIC int handle_uncaught_exception(mp_obj_t exc) {
85
86
// Report all other exceptions
87
mp_obj_print_exception(&mp_stderr_print, exc);
88
- mp_printf(&mp_stderr_print, exc);
89
return 1;
90
}
91
0 commit comments