Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Jan 14, 2025
1 parent d6ece50 commit 15f73b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ide-desktop/client/tasks/signArchivesMacOs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class ArchiveToSign implements Signable {
const meta = 'META-INF/MANIFEST.MF'
try {
run('jar', ['-cfm', TEMPORARY_ARCHIVE_PATH, meta, '.'], workingDir)
} catch (err) {
} catch {
run('jar', ['-cf', TEMPORARY_ARCHIVE_PATH, '.'], workingDir)
}
} else {
Expand Down

0 comments on commit 15f73b0

Please sign in to comment.