mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
comment
This commit is contained in:
@@ -332,6 +332,7 @@ class App(DOMNode):
|
||||
elapsed = (perf_counter() - time) * 1000
|
||||
self.log(f"loaded {self.css_file} in {elapsed:.0f}ms")
|
||||
except Exception as error:
|
||||
# TODO: catch specific exceptions
|
||||
self.console.bell()
|
||||
self.log(error)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user