Explorar el Código

Fixes missed property

main
Eric Amodio hace 2 años
padre
commit
6d391392db
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/git/models/commit.ts

+ 1
- 0
src/git/models/commit.ts Ver fichero

@ -563,6 +563,7 @@ export class GitCommit implements GitRevisionReference {
this.stats,
this.getChangedValue(changes.lines, this.lines),
this.stashName,
this.stashOnRef,
);
}

Cargando…
Cancelar
Guardar