From 0d0f5130077d071a5f49735c261984446798d514 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 13 Jan 2024 16:49:40 -0500 Subject: [PATCH] fix(ags): make sure reloadcss works --- devices/wim/config/ags/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/wim/config/ags/js/utils.js b/devices/wim/config/ags/js/utils.js index 86b9d71..b71966e 100644 --- a/devices/wim/config/ags/js/utils.js +++ b/devices/wim/config/ags/js/utils.js @@ -10,7 +10,7 @@ export const watchAndCompileSass = () => { execAsync(`sassc ${scss} ${css}`).then(() => { App.resetCss(); App.applyCss(css); - }); + }).catch(reloadCss); }; monitorFile(