fix(core): update

This commit is contained in:
2024-06-06 23:33:35 +02:00
parent 26a67d9662
commit 477736da82
3 changed files with 6 additions and 6 deletions

View File

@@ -486,7 +486,6 @@ export let toFs = async (
return await done.promise;
};
export const stat = async (filePathArg: string) => {
return plugins.fsPromises.stat(filePathArg);
}