ungoldman / changelog-parser

🪵 Change log parser for node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move instance variables into function

ungoldman opened this issue · comments

Just noticed log and current variables are declared at the module level and assigned at the function level, which is bad. Will refactor a bit to assign variables to be returned a little more intelligently.