Fix warning
This commit is contained in:
parent
18f0f3cce1
commit
72e6309c4a
@ -195,7 +195,7 @@ export async function generateJavaStackFiles(params: {
|
|||||||
fs.cpSync(pathJoin(builtinKeycloakThemeTmpDirPath, "keycloak", "account", "resources", relativeFilePath), destFilePath);
|
fs.cpSync(pathJoin(builtinKeycloakThemeTmpDirPath, "keycloak", "account", "resources", relativeFilePath), destFilePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
fs.rmdirSync(builtinKeycloakThemeTmpDirPath, { "recursive": true });
|
fs.rmSync(builtinKeycloakThemeTmpDirPath, { "recursive": true });
|
||||||
|
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
pathJoin(accountV1DirPath, "theme.properties"),
|
pathJoin(accountV1DirPath, "theme.properties"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user