From 1d90ae3a9bd0a5c8d6f2dcf342144f7ddf277409 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sat, 4 Nov 2023 09:31:32 -0400 Subject: [PATCH] Default arg --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 2c13ee26..2d89be0b 100644 --- a/src/client.ts +++ b/src/client.ts @@ -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) {