Skip to content

Commit

Permalink
fix: remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 29, 2023
1 parent ebe4e74 commit 251c374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/package-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export async function detectPackageManager(
].filter(Boolean) as string[];

if (detectionsFiles.some((file) => existsSync(resolve(path, file)))) {
console.log(path);
return {
...packageManager,
};
Expand Down

0 comments on commit 251c374

Please sign in to comment.