Skip to content

Commit ad4b06b

Browse files
launcher.py: print exception when caught
1 parent 9034c1c commit ad4b06b

File tree

1 file changed

+1
-0
lines changed
  • internal_filesystem/builtin/apps/com.micropythonos.launcher/assets

1 file changed

+1
-0
lines changed

internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def onResume(self, screen):
5959
if main_launcher:
6060
app_list.append((app.name, full_path))
6161
except OSError:
62+
print(f"launcher.py got OSError: {e}")
6263
pass
6364

6465
import time

0 commit comments

Comments
 (0)