Fix warning

This commit is contained in:
garronej 2023-09-03 23:32:21 +02:00
parent 18f0f3cce1
commit 72e6309c4a

View File

@ -195,7 +195,7 @@ export async function generateJavaStackFiles(params: {
fs.cpSync(pathJoin(builtinKeycloakThemeTmpDirPath, "keycloak", "account", "resources", relativeFilePath), destFilePath);
}
fs.rmdirSync(builtinKeycloakThemeTmpDirPath, { "recursive": true });
fs.rmSync(builtinKeycloakThemeTmpDirPath, { "recursive": true });
fs.writeFileSync(
pathJoin(accountV1DirPath, "theme.properties"),