Picodes / 4naly3er

Static smart contract code 4naly3er

Home Page:https://github.com/Picodes/4naly3er

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First link of issue is always link to second file.

wat96 opened this issue · comments

result += `${'```'}solidity\nFile: ${o.fileName}\n`;

Should be changed to use previousFileName instead of o.filename

Thank you @wat96!