mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Update SetupWizard.js
This commit is contained in:
parent
f16b7b7a49
commit
0dd8836e40
|
@ -87,6 +87,12 @@ class SetupWizard {
|
|||
if (typeof result.mods === 'undefined') {
|
||||
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
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user