Plugin Updater

This commit is contained in:
2024-02-27 19:42:59 +02:00
parent 8c06df9110
commit a2179787b9
9 changed files with 127 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ internal class Loader
}
catch
{
OnFileLoadedException?.Invoke(new FileLoaderResult(file, "Failed to load file"));
OnFileLoadedException?.Invoke(new FileLoaderResult(file, $"Failed to load file {file}"));
}
}