fix
This commit is contained in:
parent
37c5ebabd8
commit
f513e3e750
|
|
@ -97,6 +97,7 @@ export const initFrontEnd = async (
|
|||
) {
|
||||
if (typeof fe !== "undefined" && !fe.rebuilding) {
|
||||
fe.rebuilding = true;
|
||||
console.log(filename);
|
||||
clearTimeout(fe.timeout);
|
||||
fe.timeout = setTimeout(async () => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue