Content-Length: 253073 | pFad | http://github.com/micropython/micropython/commit/6943fb60fea1c9ce40e7c62d1a17f306fea730d2

CC mpy-cross/main: Print uncaught nlr jump to stderr. · micropython/micropython@6943fb6 · GitHub
Skip to content

Commit 6943fb6

Browse files
dlechdpgeorge
authored andcommittedApr 16, 2020
mpy-cross/main: Print uncaught nlr jump to stderr.
This is to be consistent with the same change in the unix port, 4ab8bee.
1 parent 803e5ea commit 6943fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mpy-cross/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,6 @@ uint mp_import_stat(const char *path) {
345345
}
346346

347347
void nlr_jump_fail(void *val) {
348-
printf("FATAL: uncaught NLR %p\n", val);
348+
fprintf(stderr, "FATAL: uncaught NLR %p\n", val);
349349
exit(1);
350350
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/micropython/micropython/commit/6943fb60fea1c9ce40e7c62d1a17f306fea730d2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy