This commit is contained in:
Rizky 2024-08-14 05:24:13 +07:00
parent 37c5ebabd8
commit f513e3e750
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export const initFrontEnd = async (
) { ) {
if (typeof fe !== "undefined" && !fe.rebuilding) { if (typeof fe !== "undefined" && !fe.rebuilding) {
fe.rebuilding = true; fe.rebuilding = true;
console.log(filename);
clearTimeout(fe.timeout); clearTimeout(fe.timeout);
fe.timeout = setTimeout(async () => { fe.timeout = setTimeout(async () => {
try { try {