Skip to content

Commit f058999

Browse files
fix: remove param in constructor
1 parent 06e04a9 commit f058999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ abstract class Base {
2727
export class Perforce extends Base {
2828
executable: string = 'p4'
2929
clientName: string
30-
constructor(cwd: string, clientName: string) {
30+
constructor(cwd: string) {
3131
super(cwd)
3232
this.clientName = this.getClientName()
3333
}

0 commit comments

Comments
 (0)