There was an error while loading. Please reload this page.
1 parent b811215 commit a4ef3d9Copy full SHA for a4ef3d9
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.2.2 - Fixing typo and commit error
2
+* fix typo
3
+
4
## 0.2.0 - Improvment
5
* Add link to .ex and .exs files in compile and test log
6
lib/elixir-cmd-view.coffee
@@ -186,7 +186,6 @@ class ElixirCmdView extends View
186
@output.append $$ ->
187
@pre class: "line #{css}", =>
188
if filelike.test(line)
189
- debugger
190
bits = line.split(filelike)
191
for bit in bits
192
if matching = bit.match(filesplit)
0 commit comments