mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Error Messages
- Improved error messages with specific field names rather than types.
This commit is contained in:
parent
e22a07156f
commit
93cfbf8dd2
12 changed files with 12 additions and 12 deletions
|
@ -58,7 +58,7 @@ void ColumnProject::measure (Task& task, int& minimum, int& maximum)
|
|||
project = project.substr (0, period);
|
||||
}
|
||||
else if (_style != "default")
|
||||
throw std::string ("Unrecognized column format '") + _type + "." + _style + "'";
|
||||
throw std::string ("Unrecognized column format 'project.") + _style + "'";
|
||||
|
||||
minimum = longestWord (project);
|
||||
maximum = project.length ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue