Skip to content

Commit 5b99d16

Browse files
Update packages/kit/src/runtime/server/respond.js
Co-authored-by: Dominik G. <[email protected]>
1 parent 67958b0 commit 5b99d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/runtime/server/respond.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export async function respond(request, options, manifest, state) {
580580
// https://svelte.dev/docs/cli/devtools-json
581581
if (DEV && event.url.pathname === '/.well-known/appspecific/com.chrome.devtools.json') {
582582
if (!warned_on_devtools_json_request) {
583-
console.warn(
583+
console.log(
584584
`\nGoogle Chrome is requesting ${event.url.pathname} to automatically configure devtools project settings. To learn why, and how to prevent this message, see https://svelte.dev/docs/cli/devtools-json\n`
585585
);
586586

0 commit comments

Comments
 (0)