OSDN Git Service

na-get-lib,新構造タスクのキャンセル処理を修正。
[applistation/AppliStation.git] / na-get-lib / NaGet.SubCommands / NaGetUpdate2.cs
index 59856e2..8de79ac 100644 (file)
@@ -83,7 +83,7 @@ namespace NaGet.SubCommands
                        
                        if (cancelCalled) {
                                NotifyCancelled();
-                               RaiseTaskSetEvent(TaskEventType.CANCELED, string.Empty);
+                               RaiseTaskSetEvent(TaskEventType.CANCELED, "キャンセルされました");
                        } else {
                                NotifyCompleted();
                                RaiseTaskSetEvent(TaskEventType.COMPLETED, string.Empty);