mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
Catch more exceptions in getting configs for DebugReports
This commit is contained in:
parent
7fc39b1d53
commit
7ec2fe877c
@ -217,7 +217,7 @@ public class DebugReport {
|
|||||||
manager.save(loader);
|
manager.save(loader);
|
||||||
|
|
||||||
return new TextDebugFile(order, fileName, writer.toString());
|
return new TextDebugFile(order, fileName, writer.toString());
|
||||||
} catch (IOException | ConfigException e) {
|
} catch (Exception e) {
|
||||||
return exception(order, fileName, e);
|
return exception(order, fileName, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user