mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
Fail and display fullName
This commit is contained in:
parent
5303a93a3d
commit
a7bb97c91f
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ namespace Dalamud.Plugin.Internal
|
||||||
this.pluginType = null;
|
this.pluginType = null;
|
||||||
this.loader.Dispose();
|
this.loader.Dispose();
|
||||||
|
|
||||||
Log.Error(ex, $"Not a plugin: {this.DllFile.Name}");
|
Log.Error(ex, $"Not a plugin: {this.DllFile.FullName}");
|
||||||
throw new InvalidPluginException(this.DllFile);
|
throw new InvalidPluginException(this.DllFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ namespace Dalamud.Plugin.Internal
|
||||||
this.pluginType = null;
|
this.pluginType = null;
|
||||||
this.loader.Dispose();
|
this.loader.Dispose();
|
||||||
|
|
||||||
Log.Error($"Nothing inherits from IDalamudPlugin: {this.DllFile.Name}");
|
Log.Error($"Nothing inherits from IDalamudPlugin: {this.DllFile.FullName}");
|
||||||
throw new InvalidPluginException(this.DllFile);
|
throw new InvalidPluginException(this.DllFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue