mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Dev: [ALAS] Log ScriptError as exception so traceback can be logged
This commit is contained in:
parent
1578913bbf
commit
456fed4b29
@ -119,7 +119,7 @@ class AzurLaneAutoScript:
|
||||
logger.error(e)
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user