mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
@ -91,7 +91,7 @@ void ColumnDepends::measure (Task& task, int& minimum, int& maximum)
|
|||
}
|
||||
}
|
||||
else
|
||||
throw std::string ("Unrecognized column format '") + _type + "." + _style + "'";
|
||||
throw std::string ("Unrecognized column format 'depends.") + _style + "'";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue