Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
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);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment