Since this package was created, Atom moved to allowing multiple project
paths. As a result, projects no longer have a getPath function; instead
they have a getPaths version which returns an array. The package now
iterates through this array to find the file in question.
Fixes issue #7.
Since this package was created, Atom moved to allowing multiple project paths. As a result, projects no longer have a getPath function; instead they have a getPaths version which returns an array. The package now iterates through this array to find the file in question.