resourceloader: Ignore warnings in JSMinPlus parser
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 13 Feb 2019 01:45:56 +0000 (01:45 +0000)
committerKrinkle <krinklemail@gmail.com>
Wed, 13 Feb 2019 02:11:37 +0000 (02:11 +0000)
commit7a72b16e0f4c3ef1f0befc330458e8eadd5f32b9
tree95540373de88709387d2d0403c3d5e08922139f9
parentd056d4c273a069d572ceb2160346ee697d7b87de
resourceloader: Ignore warnings in JSMinPlus parser

It's old and unmaintained. The only thing we care about is if it
was able to parse the script and if not, what its error is. Its
return value or broken inner workings are insignificant at this
point and only cause noise.

Bug: T77169
Change-Id: Ie357ccfcc6141f894b452eb3996e168c1526990f
includes/resourceloader/ResourceLoaderModule.php