This commit is contained in:
brow3c
2021-06-07 21:01:57 +09:00
parent 7ee8c2c9a0
commit eb376638cd

View File

@@ -5,7 +5,7 @@ class Config {
constructor() {
this.options = {}
this.requires = ['env', 'gateway', 'quix24']
this.requires = []
this.init()
this.validate()
this.finalize()