From f5509f7e2782d82280cdf34d89a471523ce46661 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 25 Aug 2017 13:40:15 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index a3d0ad7a..f858c93a 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -569,8 +569,8 @@ public class GitMonitor : Monitor // if the error is 'nothing to commit, working tree clean' // then it's not an error, - just continue; - if (/nothing to commit, working tree clean/.match(e.message)) { + print("%s\n",e.message); success += e.message; this.paused = false; continue; -- 2.39.2