Body:
There are a few instances where there is an inconsistent use of spacing around the + operator. For instance, in message += ' - ' + line + ':' + column; and ret = ret + fn(...) the spacing is inconsistent. It is best to enforce consistent spacing to improve readability.