We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e04a9 commit f058999Copy full SHA for f058999
src/lib/source.ts
@@ -27,7 +27,7 @@ abstract class Base {
27
export class Perforce extends Base {
28
executable: string = 'p4'
29
clientName: string
30
- constructor(cwd: string, clientName: string) {
+ constructor(cwd: string) {
31
super(cwd)
32
this.clientName = this.getClientName()
33
}
0 commit comments