File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1298,6 +1298,8 @@ var _sfc_main = /*#__PURE__*/ defineComponent({
12981298 themeStyles . appendChild ( document . createTextNode ( data ) ) ;
12991299 head . appendChild ( themeStyles ) ;
13001300 isLoading . value = false ;
1301+ } ) . catch ( ( error ) => {
1302+ console . error ( 'PrismJS CDN Error:' , error ) ;
13011303 } ) ;
13021304 }
13031305 function mobileCheck ( ) {
Original file line number Diff line number Diff line change @@ -1302,6 +1302,8 @@ var _sfc_main = /*#__PURE__*/ vue.defineComponent({
13021302 themeStyles . appendChild ( document . createTextNode ( data ) ) ;
13031303 head . appendChild ( themeStyles ) ;
13041304 isLoading . value = false ;
1305+ } ) . catch ( ( error ) => {
1306+ console . error ( 'PrismJS CDN Error:' , error ) ;
13051307 } ) ;
13061308 }
13071309 function mobileCheck ( ) {
You can’t perform that action at this time.
0 commit comments