mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Missing break statement when encountering an unmatched scope end tag
This commit is contained in:
@@ -381,6 +381,7 @@ class TokenizedBuffer extends Model
|
||||
filePath: @buffer.getPath()
|
||||
fileContents: @buffer.getText()
|
||||
}
|
||||
break
|
||||
scopes
|
||||
|
||||
indentLevelForRow: (bufferRow) ->
|
||||
|
||||
Reference in New Issue
Block a user