sast failing with SyntaxError in /app/assets/javascripts/lib/utils/url_utility.js
Job #225256982 failed for e232cab7:
SyntaxError: in/app/assets/javascripts/lib/utils/url_utility.js: Unexpected token, expected ( (155:10)
153 | const parsedUrl = new URL(url, getBaseURL());
154 | return ['http:', 'https:'].includes(parsedUrl.protocol);
> 155 | } catch {
| ^
156 | return false;
157 | }
158 | }
2019/06/04 21:34:51 exit status 1