mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
pi: log a message if a task was cancelled
This commit is contained in:
parent
38eac377a1
commit
34d1041a69
1 changed files with 3 additions and 0 deletions
|
|
@ -391,6 +391,9 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (task.IsCanceled)
|
||||
Log.Error("A task was cancelled");
|
||||
|
||||
this.ShowErrorModal(newErrorMessage ?? "An unknown error occurred.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue