mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Hooks
- Modified ::onExit to remove the indicator that data was modified. This is not supported.
This commit is contained in:
parent
a9cf61c1d1
commit
5ce317bb48
3 changed files with 3 additions and 8 deletions
|
@ -284,8 +284,7 @@ int Context::run ()
|
|||
try
|
||||
{
|
||||
rc = dispatch (output);
|
||||
if (hooks.onExit ())
|
||||
tdb2.commit ();
|
||||
hooks.onExit ();
|
||||
|
||||
std::stringstream s;
|
||||
s << "Perf "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue