Skip to content

Commit

Permalink
Fix for gutter indicators not showing [#31]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Crowl committed Oct 27, 2017
1 parent 56e8014 commit f018b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export class Repository implements IDisposable {

// As a mitigation for extensions like ESLint showing warnings and errors
// for hg URIs, let's change the file extension of these uris to .hg.
toHgUri(uri, '', true);
return toHgUri(uri, '', true);
}

@throttle
Expand Down

0 comments on commit f018b7f

Please sign in to comment.