From f5be67675be31eff69c25057cb89befa9fcaa437 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 28 Feb 2014 12:19:59 +0000 Subject: [PATCH] New process available on bug check This is called after results are established. $results and $status available for use and example shows logging them to a file --- processes/on-bug-check.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 processes/on-bug-check.php diff --git a/processes/on-bug-check.php b/processes/on-bug-check.php new file mode 100644 index 0000000..e75ec06 --- /dev/null +++ b/processes/on-bug-check.php @@ -0,0 +1,8 @@ + \ No newline at end of file