fix links

This commit is contained in:
jusax23 2022-09-06 17:46:36 +02:00
parent 0efb5021ce
commit 85d14deb7e

View file

@ -35,7 +35,7 @@ export default class fmi {
return false;
}
this.#groups[group][name].set(value);
return true
return true;
}
save(){
@ -97,7 +97,7 @@ export default class fmi {
})
} else {
const pathf = jpath(dir, path);
if (!fs.existsSync(pathf) || !fs.lstatSync(pathf).isFile()) {
if (!fs.existsSync(pathf) || !fs.statSync(pathf).isFile()) {
rej("Coud not find File: " + pathf);
} else {
try {