Skip to content

Commit

Permalink
fix: remove the finally clause that was left in the code (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Dec 30, 2024
1 parent b3348fe commit f723d72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/package-utils/setup-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ export async function installPrismaClient(
.prismaClientInstallationError,
);
// log(error);
} finally {
installPrismaClient = false;
}
}
}
Expand Down

0 comments on commit f723d72

Please sign in to comment.