More fixes to the new config. Module loader reworked
This commit is contained in:
@@ -48,7 +48,7 @@ public class Entry : ICommandAction
|
||||
|
||||
externalLibrary.FreeLibrary();
|
||||
} catch (Exception dllException) {
|
||||
Application.CurrentApplication.Logger.LogException(dllException, this);
|
||||
Application.Logger.LogException(dllException, this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user