mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Hooks
- Added diagnostics for debugging.
This commit is contained in:
parent
c86853fd03
commit
8c36392fb0
1 changed files with 2 additions and 0 deletions
|
@ -266,6 +266,8 @@ int Hooks::execute (
|
|||
const std::string& input,
|
||||
std::string& output)
|
||||
{
|
||||
context.debug ("Hooks::execute " + command);
|
||||
|
||||
FILE* fp = popen (command.c_str (), "r+");
|
||||
if (fp)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue