Loading core/modules/ckeditor5/js/ckeditor5.js +4 −0 Original line number Diff line number Diff line Loading @@ -419,6 +419,10 @@ } }) .catch((error) => { // eslint-disable-next-line no-console console.info( 'Debugging can be done with an unminified version of CKEditor by installing from the source file. Consult documentation at https://www.drupal.org/node/3258901', ); // eslint-disable-next-line no-console console.error(error); }); Loading Loading
core/modules/ckeditor5/js/ckeditor5.js +4 −0 Original line number Diff line number Diff line Loading @@ -419,6 +419,10 @@ } }) .catch((error) => { // eslint-disable-next-line no-console console.info( 'Debugging can be done with an unminified version of CKEditor by installing from the source file. Consult documentation at https://www.drupal.org/node/3258901', ); // eslint-disable-next-line no-console console.error(error); }); Loading