Skip to content

Commit

Permalink
Update missing code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 6, 2024
1 parent a89376b commit 544784a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion programs/develop/webpack/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,13 @@ export async function installOptionalDependencies(
try {
const pm = await detect()

console.log(messages.integrationNotInstalled(packageName, integration, pm?.name || 'unknown'))
console.log(
messages.integrationNotInstalled(
packageName,
integration,
pm?.name || 'unknown'
)
)

let installCommand = ''
if (pm?.name === 'yarn') {
Expand Down

0 comments on commit 544784a

Please sign in to comment.