There was an error while loading. Please reload this page.
1 parent 08a020c commit 0cd9d74Copy full SHA for 0cd9d74
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.2.8 - project.resolve deprecated
2
+* for atom 0.207
3
+
4
## 0.2.7 - Remove deprecated calls in specs
5
* for atom 0.207
6
lib/elixir-cmd-view.coffee
@@ -32,7 +32,7 @@ escape = (() ->
32
else string)()
33
34
fileResolve = (filename) ->
35
- file = atom.project.resolve(filename)
+ file = atom.project.getDirectories()[0]?.resolve(filename)
36
if fs.existsSync(file)
37
return file
38
0 commit comments