We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs parsing in log file may introduce errors when the error message includes ;, - or :.
;
-
:
This issue is introduced by the way how Titan stores logs and parses them:
Logs saving:
Titan/lib/tools/logs/logger.dart
Lines 23 to 26 in a3da44e
Titan/lib/tools/logs/log.dart
Lines 24 to 26 in a3da44e
Logs parsing:
Lines 32 to 45 in a3da44e
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Logs parsing in log file may introduce errors when the error message includes
;
,-
or:
.This issue is introduced by the way how Titan stores logs and parses them:
Logs saving:
Titan/lib/tools/logs/logger.dart
Lines 23 to 26 in a3da44e
Titan/lib/tools/logs/log.dart
Lines 24 to 26 in a3da44e
Logs parsing:
Titan/lib/tools/logs/logger.dart
Lines 32 to 45 in a3da44e
The text was updated successfully, but these errors were encountered: