diff --git a/src/app/git.coffee b/src/app/git.coffee index bece56306..0d47cefb5 100644 --- a/src/app/git.coffee +++ b/src/app/git.coffee @@ -144,7 +144,7 @@ class Git @getRepo().getAheadBehindCounts() getLineDiffs: (path, text) -> - @getRepo().getLineDiffs(@relativize(path), text) + @getRepo().getLineDiffs(@relativize(path), text) ? [] _.extend Git.prototype, Subscriber _.extend Git.prototype, EventEmitter