Skip to content

Commit

Permalink
words are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Aug 1, 2018
1 parent c66838e commit fa05c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/lib/stores/app-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1934,9 +1934,9 @@ export class AppStore extends TypedBaseStore<IAppState> {

if (eligibleRepositories.length > 15) {
log.info(
`repository indicators have been disabled as you have ${
`repository indicators have been disabled while we investigate reducing the overhead of the computation work as you have ${
eligibleRepositories.length
} tracked repositories while we investigate reducing the overhead of the computation work`
} tracked repositories`
)
return
}
Expand Down

0 comments on commit fa05c7e

Please sign in to comment.