Skip to content

Commit

Permalink
Restore prior refresh status behavior when non-200 response
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 19, 2020
1 parent 6bdba11 commit 5576d73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ export class GitExtension implements IGitExtension {

// TODO we should notify the user
this._setStatus([]);
return;
}
this._setStatus(
(data as Git.IStatusResult).files.map(file => {
Expand Down

0 comments on commit 5576d73

Please sign in to comment.