Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.06k stars 118 forks source link

Update importer.js #184

Closed 1cbyc closed 10 months ago

1cbyc commented 10 months ago

I used the path.join function to construct file paths, ensuring cross-platform compatibility with different file path separators. I also clarified the recursive nature of the importProfiler function and the importance of exit conditions to prevent infinite recursion.