• Luis Azevedo's avatar
    Fix thread.loader wrongly filtering warning messages · 14a2f74d
    Luis Azevedo authored
    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.
    14a2f74d