|
|
@ -37,6 +37,7 @@ export function install_custom_formatter() {
|
|
|
|
|
|
|
|
|
|
|
|
// the arguments need to include an object, so that we discover
|
|
|
|
// the arguments need to include an object, so that we discover
|
|
|
|
// whether custom formatters are enabled
|
|
|
|
// whether custom formatters are enabled
|
|
|
|
|
|
|
|
// eslint-disable-next-line no-console
|
|
|
|
console.log(`Running Svelte in development mode`, { version: VERSION });
|
|
|
|
console.log(`Running Svelte in development mode`, { version: VERSION });
|
|
|
|
|
|
|
|
|
|
|
|
if (is_chrome && !custom_formatters_enabled) {
|
|
|
|
if (is_chrome && !custom_formatters_enabled) {
|
|
|
|