mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Previous behaviour was: if boot.py had an exception then main.py would still run, which is arguably unexpected behaviour. This commit changes the behaviour so main.py is not run if boot.py has an error. Signed-off-by: Damien George <damien@micropython.org>