mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
parent
f898120829
commit
f36f483d1e
2 changed files with 3 additions and 0 deletions
|
@ -203,6 +203,7 @@ if (open my $fh, 'local/undo.data') {
|
|||
}
|
||||
}
|
||||
}
|
||||
close $fh;
|
||||
} else {
|
||||
fail ("could not open local/undo.data");
|
||||
}
|
||||
|
@ -223,6 +224,7 @@ if (open my $fh, 'remote/undo.data') {
|
|||
}
|
||||
}
|
||||
}
|
||||
close $fh;
|
||||
} else {
|
||||
fail ("could not open remote/undo.data");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue