1
0
mirror of synced 2024-11-28 01:20:51 +01:00

impr: Clean up .NET script loader error messages

This commit is contained in:
WerWolv 2024-06-27 17:11:07 +02:00
parent af3680649c
commit 6e186e7d6a

View File

@ -76,7 +76,7 @@ namespace hex::script::loader {
#endif
if (netHostLibrary == nullptr) {
log::error("Could not load libnethost!");
log::debug("libnethost is not available! Disabling .NET support");
return false;
}
@ -163,7 +163,6 @@ namespace hex::script::loader {
bool DotNetLoader::initialize() {
if (!loadHostfxr()) {
log::error("Failed to initialize dotnet loader, could not load hostfxr");
return false;
}