Skip to content

Commit

Permalink
Merge pull request #24 from hesstobi/patch-1
Browse files Browse the repository at this point in the history
Missing return
  • Loading branch information
wysiib authored Dec 6, 2017
2 parents b9ef22f + af9ab33 commit ebb8284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/linter-provider.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = class LinterProvider
if not lthelper.ltinfo
# Disable the linter if the server is not repoinding
resolve([])
return

post_data = getPostDataDict(TextEditor.getText())

Expand Down

0 comments on commit ebb8284

Please sign in to comment.