PaulTaykalo / objc-dependency-visualizer

Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
MIT License
1.84k stars 98 forks source link

origin.js file does not seem to be closed correctly #22

Closed klausbussekw closed 8 years ago

klausbussekw commented 8 years ago

Environment: OS X 10.11.2

The origin file does not seem to be closed in the end. OS X Finder shows the file with a size of zero bytes after running the script. Duplicating the origin.js in Finder rectifies this.

PaulTaykalo commented 8 years ago

It has nothing to do with dep vis itself, it's how OSX works with redirection of output to file. If you really want to see actual file metadata, you can add touch origin.js as the last part of script

klausbussekw commented 8 years ago

Thanks a lot! BTW: I raised that issue as Safari refused to open the results without touching it.

PaulTaykalo commented 8 years ago

Will check this one then