Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jprosevear committed Nov 4, 2023
1 parent 758892d commit 1d90ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class Client implements ClientInterface {
ruby: Ruby,
testController: TestController,
outputChannel: vscode.OutputChannel,
workingFolder: string,
workingFolder = "",
) {
this.workspaceFolder = vscode.workspace.workspaceFolders![0].uri.fsPath;
if (workingFolder) {
Expand Down

0 comments on commit 1d90ae3

Please sign in to comment.