Merge branch 'master' into production

This commit is contained in:
Phoenix Eliot 2016-08-31 14:36:04 -07:00
commit 5c911c1c61

View file

@ -14,7 +14,7 @@ module.exports = class Problem
{ @lineMarkerRange, @textMarkerRange } = @buildMarkerRangesFromAetherProblem(@aetherProblem) if isCast { @lineMarkerRange, @textMarkerRange } = @buildMarkerRangesFromAetherProblem(@aetherProblem) if isCast
{ @level, @range, @message, @hint, @userInfo } = @aetherProblem { @level, @range, @message, @hint, @userInfo } = @aetherProblem
{ @row, @column: col } = @aetherProblem.range?[0] { @row, @column: col } = @aetherProblem.range?[0] or {}
@createdBy = 'aether' @createdBy = 'aether'
else else
unless userCodeHasChangedSinceLastCast unless userCodeHasChangedSinceLastCast