()
| 87 | } |
| 88 | |
| 89 | async syncOne() { |
| 90 | if (this.openGuildWorkspaces.length > 0) { |
| 91 | await this.openGuildWorkspaces[0].syncWorkspaceWithProgress(); |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | async pushOneRepo() { |
| 96 | if (this.openGuildWorkspaces.length > 0) { |
no test coverage detected