fix
This commit is contained in:
parent
2d6b975182
commit
6f3a5a0c82
|
|
@ -173,7 +173,7 @@ export const initFrontEnd = async (
|
|||
filename?.endsWith(".css") ||
|
||||
filename?.endsWith(".html")
|
||||
) {
|
||||
console.log(`Changed ${id_site} ${filename}`);
|
||||
console.log(`Changed ${id_site} ${filename}`, fe);
|
||||
|
||||
if (typeof fe !== "undefined" && !fe.rebuilding) {
|
||||
fe.rebuilding = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue