Skip to content
Snippets Groups Projects
Unverified Commit a6dc167e authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[utils/Messages] Fixed small bug

parent 45b17b39
Branches
No related merge requests found
......@@ -51,6 +51,9 @@ class Messages {
}
});
if (current.length !== 0)
messages.push(current);
return messages;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment