mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Eval
- Now prints the evaluated form, instead of the input form in debug mode, after successful source lookup.
This commit is contained in:
parent
d0d8d5eece
commit
05d4ac16a3
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ void Eval::evaluatePostfixStack (
|
|||
|
||||
values.push_back (v);
|
||||
if (_debug)
|
||||
std::cout << "# [" << values.size () << "] eval push '" << token->first << "' " << Lexer::type_name (token->second) << "\n";
|
||||
std::cout << "# [" << values.size () << "] eval push '" << (std::string) v << "' " << Lexer::type_name (token->second) << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue