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 10e22fb commit f23a6edCopy full SHA for f23a6ed
core/scripts/testing/scripts.js
@@ -75,14 +75,10 @@
75
if (window.Ionic.config.get && window.Ionic.config.set) {
76
import('/www/themes/utils/theme.js').then(themeModule => {
77
themeModule.applyGlobalTheme(theme);
78
- }).catch(() => {
79
- 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.info(`Failed to load theme tokens for ${themeName}:`, error);
+ return;
86
87
88
0 commit comments