improve throw info
This commit is contained in:
@@ -23,7 +23,7 @@ class InterfacesConfig {
|
||||
|
||||
Layers.InsertLast(LayerConfig);
|
||||
} catch {
|
||||
warn("Can't load layer \""+ i +"\" of Interface Config: \""+ Name +"\"");
|
||||
warn("Can't load layer \""+ i +"\" of Interface Config: \""+ Name +"\"\nException Message: " + getExceptionInfo());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user