From 6404d136feb8bcb58cf1b123cdd9af9fd4c8c23b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 May 2014 19:52:50 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index 8812849f..be5fb293 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -402,7 +402,9 @@ public class GitMonitor : Monitor repo.pull(); } catch(Error e) { failure += e.message; - } + } + + // -- DO STUFF.. try { repo.add(add_files); -- 2.39.2