improve throw info

This commit is contained in:
Beu
2024-12-18 17:03:10 +01:00
parent ab3463fa16
commit 850968100e
3 changed files with 7 additions and 3 deletions

View File

@@ -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());
}
}
}