Refactor error handling

This commit is contained in:
2026-04-19 11:12:11 +01:00
parent f018b228a8
commit cb5126c947
9 changed files with 68 additions and 13 deletions
+2
View File
@@ -23,6 +23,8 @@ export default async function fullRebuild(params) {
});
}
catch (error) {
global.RECOMPILING = false;
global.IS_SERVER_COMPONENT = false;
log.error(error);
}
if (global.PAGES_SRC_WATCHER) {