From db3f8d80dcfaf986e0375b6a2976f856dc70338a Mon Sep 17 00:00:00 2001 From: Jon Lauridsen Date: Fri, 4 Jul 2025 09:34:31 +0200 Subject: [PATCH] Console log `actived` -> `activated` The spelling in the code didn't match README and I figured the README is correct? --- app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.ts b/app.ts index 5c93957..e0d7131 100755 --- a/app.ts +++ b/app.ts @@ -137,7 +137,7 @@ if (parsedArgs.help) { "dev.pkgx.activated", ).touch(); console.log( - "%cactived", + "%cactivated", "color: green", pkgs.map(utils.pkg.str).join(" "), );