Verified Commit 58b45dcb 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
parent d2ff70fe
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);
        });