This commit is contained in:
Rizky 2024-07-26 09:32:06 +07:00
parent 2d6b975182
commit 6f3a5a0c82
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export const initFrontEnd = async (
filename?.endsWith(".css") || filename?.endsWith(".css") ||
filename?.endsWith(".html") filename?.endsWith(".html")
) { ) {
console.log(`Changed ${id_site} ${filename}`); console.log(`Changed ${id_site} ${filename}`, fe);
if (typeof fe !== "undefined" && !fe.rebuilding) { if (typeof fe !== "undefined" && !fe.rebuilding) {
fe.rebuilding = true; fe.rebuilding = true;