1to5pc / py-terminal

A try at a terminal in python
GNU General Public License v3.0
0 stars 1 forks source link

Error Handling in boot python file #8

Closed SenhasD closed 2 weeks ago

SenhasD commented 8 months ago

Add error handling mechanisms to catch any potential exceptions that may occur during the boot sequence. For example, handle scenarios where the user enters unexpected input or encounters errors during the boot process.

1to5pc commented 2 weeks ago

Fixed in eb0e394