Handle code quality comments

This commit is contained in:
Sander Declerck 2026-01-19 15:22:24 +01:00
parent 079e4893b1
commit 471ef28210
No known key found for this signature in database
3 changed files with 7 additions and 5 deletions

View file

@ -64,7 +64,9 @@ if (tool) {
} else if (command === "setup") {
setup();
} else if (command === "--ultimate") {
installUltimate();
(async () => {
await installUltimate();
})();
} else if (command === "teardown") {
teardownDirectories();
teardown();