Skip to content

Commit e03f6c7

Browse files
committed
fix exception catching
1 parent d8a5b5d commit e03f6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

novelsave/cli/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def cli(debug: bool, plain: bool):
4949
atexit.register(update_check_event)
5050

5151

52-
# @logger.catch()
52+
@logger.catch()
5353
def main():
5454
try:
5555
cli()

0 commit comments

Comments
 (0)