PaulTaykalo/objc-dependency-visualizer

origin.js file does not seem to be closed correctly

Closed this issue · 3 comments

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.

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

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

Will check this one then