Skip to content

Commit 6277a9d

Browse files
authored
force save when not found cfg
1 parent db3ac10 commit 6277a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EIDETypeDefine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export abstract class Configuration<ConfigType = any, EventType = any> {
272272
if (f.IsFile()) {
273273
this.Update(f.Read());
274274
} else {
275-
this.Save();
275+
this.Save(true);
276276
}
277277
}
278278

0 commit comments

Comments
 (0)