Explorar el Código

Adds missing )

main
Eric Amodio hace 5 años
padre
commit
9ff0407dee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/nodes/remoteNode.ts

+ 1
- 1
src/views/nodes/remoteNode.ts Ver fichero

@ -61,7 +61,7 @@ export class RemoteNode extends ViewNode {
'',
undefined,
hierarchy,
`remote(${this.remote.name}`
`remote(${this.remote.name})`
);
const children = root.getChildren() as (BranchOrTagFolderNode | BranchNode)[];

Cargando…
Cancelar
Guardar