Dev: [ALAS] Log ScriptError as exception so traceback can be logged

This commit is contained in:
LmeSzinc 2024-05-30 12:36:49 +08:00
parent fdf28b2032
commit f16d648d84

View File

@ -105,7 +105,7 @@ class AzurLaneAutoScript:
self.checker.wait_until_available()
return False
except ScriptError as e:
logger.critical(e)
logger.exception(e)
logger.critical('This is likely to be a mistake of developers, but sometimes just random issues')
handle_notify(
self.config.Error_OnePushConfig,