Skip to content

Commit

Permalink
chore(sveltekit): Fix punctuation in a console.log (#10895)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine authored and AbhiPrasad committed Mar 7, 2024
1 parent f26f68c commit e246218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sveltekit/src/vite/sourceMaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export async function makeCustomSentryVitePlugin(options?: CustomSentryVitePlugi
console.warn('[Source Maps Plugin] Failed to upload source maps!');
// eslint-disable-next-line no-console
console.log(
'[Source Maps Plugin] Please make sure, you specified a valid Sentry auth token, as well as your org and project slugs.',
'[Source Maps Plugin] Please make sure you specified a valid Sentry auth token, as well as your org and project slugs.',
);
// eslint-disable-next-line no-console
console.log(
Expand Down

0 comments on commit e246218

Please sign in to comment.