Created by: braceta
If a webpack warning message is present with a line:
"Module Warning (from ./node_modules/thread-loader/dist/cjs.js):"
The formatMessage function was wrongly slicing the warning message.
This fix filters out the lines as initially intended and keeps the remaining warning message to output correctly.