Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
*%(basename)s:6: SyntaxError: Duplicate parameter name not allowed in this context
function foo(b, a, a, d) { return a }
^
SyntaxError: Duplicate parameter name not allowed in this context