fix: narrow unicode cleanup scope

This commit is contained in:
Affaan Mustafa
2026-03-29 09:06:44 -04:00
parent 432a45274e
commit 7483d646e4
29 changed files with 249 additions and 180 deletions

View File

@@ -28,7 +28,7 @@ if (projectPath && projectPath !== cwd) {
if (existsSync(projectPath)) {
console.log(`→ cd ${projectPath}`);
} else {
console.log(`WARNING: Path not found: ${projectPath}`);
console.log(`WARNING Path not found: ${projectPath}`);
}
}