Skip to content

Commit

Permalink
fix: annoying semgrep bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Oct 31, 2024
1 parent 58bf8a5 commit e8d72b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/providers/devbox/app/api/delDevbox/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function DELETE(req: NextRequest) {
name
)
} catch (err) {
console.warn(`Failed to delete ${plural}/${name}, ignoring:`, err)
console.warn('Failed to delete an item, ignoring:', plural, name, err)
}
}

Expand Down

0 comments on commit e8d72b3

Please sign in to comment.