mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 16:06:20 +08:00
Dev: [ALAS] Log ScriptError as exception so traceback can be logged
This commit is contained in:
2
alas.py
2
alas.py
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user