Skip to content

Commit a4ef3d9

Browse files
author
Jerome
committed
fix typo
1 parent b811215 commit a4ef3d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.2.2 - Fixing typo and commit error
2+
* fix typo
3+
14
## 0.2.0 - Improvment
25
* Add link to .ex and .exs files in compile and test log
36

lib/elixir-cmd-view.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ class ElixirCmdView extends View
186186
@output.append $$ ->
187187
@pre class: "line #{css}", =>
188188
if filelike.test(line)
189-
debugger
190189
bits = line.split(filelike)
191190
for bit in bits
192191
if matching = bit.match(filesplit)

0 commit comments

Comments
 (0)