improve throw info
This commit is contained in:
@@ -46,7 +46,7 @@ namespace InterfacesManager {
|
||||
const InterfacesConfig Config(Path, FileContent);
|
||||
G_Configs[Id] = Config;
|
||||
} catch {
|
||||
warn('Invalid Interface Config: "' + Path + '" is an invalid json');
|
||||
warn('Invalid Interface Config: "'+ Path +'" is an invalid\nException Message: '+ getExceptionInfo());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user