1
0
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:
MinusGix 2019-04-27 17:05:58 -05:00 committed by GitHub
parent f16b7b7a49
commit 0dd8836e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {