GitMonitor.vala
authorAlan Knowles <alan@roojs.com>
Fri, 25 Aug 2017 05:40:15 +0000 (13:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 25 Aug 2017 05:40:15 +0000 (13:40 +0800)
GitMonitor.vala

index a3d0ad7..f858c93 100644 (file)
@@ -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;