From 4b70a26e60f01ab729f89e9df3cfd0bee17c2a33 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 7 Sep 2014 22:42:41 -0400 Subject: [PATCH] Hooks - Clarified the interface for on-exit, as there is no opportunity for scripts triggered by this event to modify data directly. --- scripts/hooks/on-exit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/hooks/on-exit b/scripts/hooks/on-exit index 781f846f1..4e9fe952c 100755 --- a/scripts/hooks/on-exit +++ b/scripts/hooks/on-exit @@ -9,6 +9,8 @@ # Output: # - all emitted non-JSON lines are considered feedback messages +# - The onExit event occurs too late to allow any changes, so the input is not +# to be modified echo on-exit # Exit: