Skip to content

Commit 9ababfd

Browse files
authored
chore(sveltekit): Fix punctuation in a console.log (#10895)
1 parent ef6e6e5 commit 9ababfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/src/vite/sourceMaps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export async function makeCustomSentryVitePlugins(options?: CustomSentryVitePlug
226226
console.warn('[Source Maps Plugin] Failed to upload source maps!');
227227
// eslint-disable-next-line no-console
228228
console.log(
229-
'[Source Maps Plugin] Please make sure, you specified a valid Sentry auth token, as well as your org and project slugs.',
229+
'[Source Maps Plugin] Please make sure you specified a valid Sentry auth token, as well as your org and project slugs.',
230230
);
231231
// eslint-disable-next-line no-console
232232
console.log(

0 commit comments

Comments
 (0)