Skip to content

Commit

Permalink
chore(sveltekit): Fix punctuation in a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Mar 4, 2024
1 parent 68fa29e commit 3e56070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sveltekit/src/vite/sourceMaps.ts
Expand Up @@ -226,7 +226,7 @@ export async function makeCustomSentryVitePlugins(options?: CustomSentryVitePlug
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 3e56070

Please sign in to comment.