Hooks
- Factored out the code that determines if the JSON output from a hook script is actually JSON.
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
|
||||
private:
|
||||
std::vector <std::string> scripts (const std::string&);
|
||||
bool isJSON (const std::string&) const;
|
||||
|
||||
private:
|
||||
bool _enabled;
|
||||
|
||||
Reference in New Issue
Block a user