Commit c643da8b authored by 神楽坂玲奈's avatar 神楽坂玲奈

deps

parent f3018e04
...@@ -468,7 +468,7 @@ export class YGOProComponent implements OnInit, OnDestroy { ...@@ -468,7 +468,7 @@ export class YGOProComponent implements OnInit, OnDestroy {
async load_system_conf(): Promise<SystemConf> { async load_system_conf(): Promise<SystemConf> {
let data = await fs.readFile(this.system_conf, { encoding: 'utf-8' }); let data = await fs.readFile(this.system_conf, { encoding: 'utf-8' });
return ini.parse(data); return <any>ini.parse(data);
}; };
save_system_conf(data: SystemConf) { save_system_conf(data: SystemConf) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment