- Factored out the code that determines if the JSON output from a hook script is
  actually JSON.
This commit is contained in:
Paul Beckingham 2014-10-18 16:55:26 -04:00
parent 5275c0ce60
commit b6be1cdc99
2 changed files with 41 additions and 7 deletions

View file

@ -51,6 +51,7 @@ public:
private:
std::vector <std::string> scripts (const std::string&);
bool isJSON (const std::string&) const;
private:
bool _enabled;