Skip to content

Commit 10e22fb

Browse files
committed
chore: update console warns to info
1 parent 652cbf3 commit 10e22fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/scripts/testing/scripts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
import('/www/themes/utils/theme.js').then(themeModule => {
7777
themeModule.applyGlobalTheme(theme);
7878
}).catch(() => {
79-
console.warn('Could not reapply theme - theme module not found');
79+
console.info('Could not reapply theme - theme module not found');
8080
});
8181
}
8282

8383
console.info(`Loaded ${themeName} theme with palette ${paletteName}:`, theme);
8484
} catch (error) {
85-
console.warn(`Failed to load theme tokens for ${themeName}:`, error);
85+
console.info(`Failed to load theme tokens for ${themeName}:`, error);
8686
}
8787
}
8888

0 commit comments

Comments
 (0)