Skip to content

Commit

Permalink
updateProcessEnded function should belong to GitTask only
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Padrino <[email protected]>
  • Loading branch information
maifeeulasad and sergiou87 authored Aug 19, 2021
1 parent ca39f6f commit 0f69786
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/git-process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ export interface IGitTask {
readonly result: Promise<IGitResult>
/** Allows to cancel the process if it's running. Returns true if the process was killed. */
readonly cancel: () => Promise<GitTaskCancelResult>
readonly updateProcessEnded: () => void
}

class GitTask implements IGitTask {
Expand Down

0 comments on commit 0f69786

Please sign in to comment.