Browse Source
When stdout is redirected it is useful to have errors printed to stderr instead of being redirected. mp_stderr_print() can't be used in these two instances since the MicroPython runtime is not running so we use fprintf(stderr) instead.pull/5612/head
David Lechner
5 years ago
committed by
Damien George
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue