Merge pull request #11669 from barbudor/autoexec_berry_display_exception

Display exception in autoexec.bet
This commit is contained in:
Theo Arends 2021-04-11 16:46:17 +02:00 committed by GitHub
commit 6b337b2dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,8 +408,8 @@ const char berry_autoexec[] =
// load "autoexec.be" using import, which loads either .be or .bec file
"try "
"load('autoexec.be') "
"except .. "
"log(\"BRY: No 'autoexec.be' file\") "
"except .. as e,m "
"log(\"BRY: exception in autoexec '\",e,\"':\",m) "
"end "
;
#endif // USE_BERRY