Skip to content

Commit 003c253

Browse files
Lms24andreiborza
andauthored
Apply suggestions from code review
Co-authored-by: Andrei <[email protected]>
1 parent e058e7a commit 003c253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix/scripts/createRelease.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ async function createRelease(argv, URL_PREFIX, BUILD_PATH) {
3434
useArtifactBundle: !argv.disableDebugIds,
3535
live: 'rejectOnError',
3636
});
37-
} catch (error) {
37+
} catch {
3838
console.warn('[sentry] Failed to upload sourcemaps.');
3939
}
4040

4141
try {
4242
await sentry.releases.finalize(release);
43-
} catch (error) {
43+
} catch {
4444
console.warn('[sentry] Failed to finalize release.');
4545
}
4646

0 commit comments

Comments
 (0)