fix
This commit is contained in:
parent
453c7de252
commit
65e1d2bfd7
|
|
@ -94,7 +94,12 @@ export const initFrontEnd = async (
|
|||
filename?.endsWith(".css") ||
|
||||
filename?.endsWith(".html")
|
||||
) {
|
||||
console.log(filename, typeof fe !== "undefined" && !fe.rebuilding);
|
||||
console.log(
|
||||
filename,
|
||||
typeof fe !== "undefined" && !fe.rebuilding
|
||||
? "start-rebuild"
|
||||
: "rebuilding..."
|
||||
);
|
||||
if (typeof fe !== "undefined" && !fe.rebuilding) {
|
||||
fe.rebuilding = true;
|
||||
clearTimeout(fe.timeout);
|
||||
|
|
|
|||
Loading…
Reference in New Issue