♻️ Create themes folder and themes root file
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run

This commit is contained in:
Xavier Julian
2025-05-26 11:34:43 +02:00
committed by Xaviju
parent e7e39a5521
commit 105e0ba75f
7 changed files with 105 additions and 78 deletions

View File

@@ -35,7 +35,7 @@ async function compileFile(path) {
css: result.css,
});
} catch (cause) {
// console.error(cause);
console.error(cause);
reject(cause);
}
});