Skip to content

Commit e246218

Browse files
bfontaineAbhiPrasad
authored andcommitted
chore(sveltekit): Fix punctuation in a console.log (#10895)
1 parent f26f68c commit e246218

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
@@ -212,7 +212,7 @@ export async function makeCustomSentryVitePlugin(options?: CustomSentryVitePlugi
212212
console.warn('[Source Maps Plugin] Failed to upload source maps!');
213213
// eslint-disable-next-line no-console
214214
console.log(
215-
'[Source Maps Plugin] Please make sure, you specified a valid Sentry auth token, as well as your org and project slugs.',
215+
'[Source Maps Plugin] Please make sure you specified a valid Sentry auth token, as well as your org and project slugs.',
216216
);
217217
// eslint-disable-next-line no-console
218218
console.log(

0 commit comments

Comments
 (0)