Fixes #879. Fix circular structure in JSON config/settings
This commit is contained in:
parent
0c136cfc38
commit
50ad73d324
|
@ -130,7 +130,10 @@ module.exports = class Beautifiers extends EventEmitter
|
|||
op.key = field
|
||||
|
||||
# Remember Option's Language
|
||||
op.language = lang
|
||||
op.language = {
|
||||
name: lang.name,
|
||||
namespace: lang.namespace
|
||||
}
|
||||
|
||||
# Add option
|
||||
options[field] = op
|
||||
|
|
Loading…
Reference in New Issue