Verified Commit 8bed0002 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3273532 by Dom., smustgrave, Wim Leers, bnjmnm, marcvangend: Better...

Issue #3273532 by Dom., smustgrave, Wim Leers, bnjmnm, marcvangend: Better discovery of DX CKE5 debug documentation

(cherry picked from commit 746aee3804a2477beb609aaa3ebdae5d1bb5b372)
parent c70d6136
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);
        });