ソースを参照

the terminate events are not executed??git add --all

Sebastian 7 年 前
コミット
5732fdb979
1 ファイル変更1 行追加0 行削除
  1. 1 0
      CoffeeCode/main.cpp

+ 1 - 0
CoffeeCode/main.cpp

@@ -191,6 +191,7 @@ void terminationHandler(int signum) {
 	logger(V_NONE, "Caught signal %d, exiting gracefully..\n", signum);
 	stopTimers();
 
+	//TODO This event is not fired anymore...
 	event_trigger("terminate");
 
 	/*logger(V_NONE, "Saving my state to the database..\n");