nguyenchr / atom-cargo-test-runner

Cargo test runner for Atom Editor
https://atom.io/packages/cargo-test-runner
MIT License
5 stars 3 forks source link

Fix issue #7 #10

Closed JohnColanduoni closed 8 years ago

JohnColanduoni commented 8 years ago

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.

nguyenchr commented 8 years ago

looks good :+1: