mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Extensions: Now initialized
This commit is contained in:
parent
859a71c157
commit
d4ac218729
2 changed files with 3 additions and 3 deletions
|
@ -51,6 +51,8 @@ std::string Extensions::dump () const
|
|||
std::stringstream out;
|
||||
|
||||
out << "Extensions\n";
|
||||
for (const auto& script : _scripts)
|
||||
out << " " << script << "\n";
|
||||
|
||||
return out.str ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue