File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ const storage = {
12
12
return window . localStorage . getItem ( STORAGE_KEY ) || init
13
13
} catch ( e ) {
14
14
console . warn (
15
- 'localStorage is disabled' ,
16
- 'and theming might not work as expected .' ,
17
- 'Please check your Site Settings.'
15
+ 'localStorage is disabled and color mode might not work as expected. ' ,
16
+ 'Please check your Site Settings .' ,
17
+ e
18
18
)
19
19
}
20
20
} ,
@@ -24,9 +24,9 @@ const storage = {
24
24
window . localStorage . setItem ( STORAGE_KEY , value )
25
25
} catch ( e ) {
26
26
console . warn (
27
- 'localStorage is disabled' ,
28
- 'and theming might not work as expected .' ,
29
- 'Please check your Site Settings.'
27
+ 'localStorage is disabled and color mode might not work as expected. ' ,
28
+ 'Please check your Site Settings .' ,
29
+ e
30
30
)
31
31
}
32
32
} ,
You can’t perform that action at this time.
0 commit comments