mpy-cross/main: Print uncaught nlr jump to stderr.
This is to be consistent with the same change in the unix port, 4ab8bee82f7d095c10c624de93da12a7aa1af8fd.
This commit is contained in:
parent
803e5eadea
commit
6943fb60fe
@ -345,6 +345,6 @@ uint mp_import_stat(const char *path) {
|
||||
}
|
||||
|
||||
void nlr_jump_fail(void *val) {
|
||||
printf("FATAL: uncaught NLR %p\n", val);
|
||||
fprintf(stderr, "FATAL: uncaught NLR %p\n", val);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user