Skip to content

Commit 9556795

Browse files
committed
refactor: lint and fix and lock file update
1 parent 668f838 commit 9556795

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pnpm-lock.yaml

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ try {
135135
\n📑 package.json scripts updated!
136136
\n✅ Drizzle Setup completed!`,
137137
)
138-
} catch (err) {
138+
} catch (_err) {
139139
s.stop('🚨 Failed to install packages')
140140
console.error(
141141
'😞 Installation failed. Please check your internet connection and \nverify that your package manager is installed and functioning correctly.',

0 commit comments

Comments
 (0)