We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1054ef commit 3e8cf0dCopy full SHA for 3e8cf0d
main.c
@@ -305,7 +305,7 @@ STATIC bool maybe_run_list(const char *const *filenames, size_t n_filenames) {
305
// The function `serial_write` is the only function that isn't logged into the file.
306
serial_write(line_clear);
307
mp_hal_stdout_tx_str(_current_executing_filename);
308
- mp_hal_stdout_tx_str(" output:\n");
+ serial_write_compressed(MP_ERROR_TEXT(" output:\n"));
309
310
#if CIRCUITPY_STATUS_BAR
311
supervisor_status_bar_update();
0 commit comments