fix: 启动任务失败时更详细的日志 - #340
Open
HarcoChen wants to merge 3 commits into
Open
Conversation
先前部分分支直接return false导致快捷键处理兜底,web区只打印快捷键启动任务失败,造成误解
# Conflicts: # src/components/Toolbar.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WebUI在启动任务失败时仅会报“未能通过快捷键开始任务”,即使对于开机自启动或是参数启动也是如此,容易引起疑惑。
细化了WebUI的启动失败报错,以形如“任务启动失败:具体原因”的形式打印
Sourcery 总结
通过在所有启动方式中显示具体失败原因,改进任务启动失败报告。
错误修复:
增强功能:
杂项:
Original summary in English
Sourcery 摘要
为任务启动失败提供跨启动方式一致且具体的本地化错误信息。
错误修复:
改进:
维护:
Original summary in English
Summary by Sourcery
为任务启动失败提供跨启动方式一致且具体的本地化错误信息。
Bug Fixes:
Enhancements:
Chores: