Skip to content
Snippets Groups Projects
Commit 5d4fa6bf authored by Si Hobbs's avatar Si Hobbs
Browse files

Readd the initial info messages.

parent 5fdf1fca
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -119,8 +119,6 @@
(PACKAGE_MANAGER.errors.length || PACKAGE_MANAGER.warnings.length)
) {
const messenger = new Drupal.Message();
// Any issues which occur, replace global messages.
messenger.clear();
if (PACKAGE_MANAGER.errors.length) {
PACKAGE_MANAGER.errors.forEach((e) => {
......
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