mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
Merge branch 'apiX' of github.com:goatcorp/Dalamud into apiX
This commit is contained in:
commit
0f5cf33fdd
2 changed files with 5 additions and 5 deletions
|
|
@ -554,14 +554,14 @@ internal class PluginManager : IInternalDisposableService
|
|||
var manifestFile = LocalPluginManifest.GetManifestFile(dllFile);
|
||||
if (!manifestFile.Exists)
|
||||
{
|
||||
Log.Information("DLL at {DllPath} has no manifest, this is no longer valid", dllFile.FullName);
|
||||
Log.Error("DLL at {DllPath} has no manifest, this is no longer valid", dllFile.FullName);
|
||||
continue;
|
||||
}
|
||||
|
||||
var manifest = LocalPluginManifest.Load(manifestFile);
|
||||
if (manifest == null)
|
||||
{
|
||||
Log.Information("Could not deserialize manifest for DLL at {DllPath}", dllFile.FullName);
|
||||
Log.Error("Could not deserialize manifest for DLL at {DllPath}", dllFile.FullName);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
@ -816,14 +816,14 @@ internal class PluginManager : IInternalDisposableService
|
|||
var manifestFile = LocalPluginManifest.GetManifestFile(dllFile);
|
||||
if (!manifestFile.Exists)
|
||||
{
|
||||
Log.Information("DLL at {DllPath} has no manifest, this is no longer valid", dllFile.FullName);
|
||||
Log.Error("DLL at {DllPath} has no manifest, this is no longer valid", dllFile.FullName);
|
||||
continue;
|
||||
}
|
||||
|
||||
var manifest = LocalPluginManifest.Load(manifestFile);
|
||||
if (manifest == null)
|
||||
{
|
||||
Log.Information("Could not deserialize manifest for DLL at {DllPath}", dllFile.FullName);
|
||||
Log.Error("Could not deserialize manifest for DLL at {DllPath}", dllFile.FullName);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 31afa02c8f423ad57a28fd6b9109e8da348ce528
|
||||
Subproject commit 15dcf7cfcea43f658f6309b7649db72e30f4f017
|
||||
Loading…
Add table
Add a link
Reference in a new issue