We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652cbf3 commit 10e22fbCopy full SHA for 10e22fb
core/scripts/testing/scripts.js
@@ -76,13 +76,13 @@
76
import('/www/themes/utils/theme.js').then(themeModule => {
77
themeModule.applyGlobalTheme(theme);
78
}).catch(() => {
79
- console.warn('Could not reapply theme - theme module not found');
+ console.info('Could not reapply theme - theme module not found');
80
});
81
}
82
83
console.info(`Loaded ${themeName} theme with palette ${paletteName}:`, theme);
84
} catch (error) {
85
- console.warn(`Failed to load theme tokens for ${themeName}:`, error);
+ console.info(`Failed to load theme tokens for ${themeName}:`, error);
86
87
88
0 commit comments