mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
commit
4e4aaf611a
|
@ -88,6 +88,12 @@ class SetupWizard {
|
||||||
result.mods = [];
|
result.mods = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// If we should log errors with the err stack when they occur.
|
||||||
|
// See: CommandManager.js
|
||||||
|
if (typeof result.logErrDetailed === 'undefined') {
|
||||||
|
result.logErrDetailed = false;
|
||||||
|
}
|
||||||
|
|
||||||
// finally create the actual JSON file
|
// finally create the actual JSON file
|
||||||
try {
|
try {
|
||||||
this.serverConfig.config = result;
|
this.serverConfig.config = result;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user