Skip to content

Commit 31fe452

Browse files
authored
fix: package not installed tracked twice (#66)
1 parent 60a96b1 commit 31fe452

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/clack-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ export async function ensurePackageIsInstalled(
391391
analytics.setTag(`${packageName.toLowerCase()}-installed`, installed);
392392

393393
if (!installed) {
394-
analytics.setTag(`${packageName.toLowerCase()}-installed`, false);
395394
const continueWithoutPackage = await abortIfCancelled(
396395
clack.confirm({
397396
message: `${packageName} does not seem to be installed. Do you still want to continue?`,

0 commit comments

Comments
 (0)