Skip to content

Commit

Permalink
Change that allows for fix on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jkalloor0701 committed Aug 9, 2018
1 parent 0c7c7e6 commit de2b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-apex/src/views/testOutline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class ReadableApexTestRunCodeActionExecutor extends (ForceApexTestRunCodeActionE
const cancellationTokenSource = new vscode.CancellationTokenSource();
const cancellationToken = cancellationTokenSource.token;
const execution = new CliCommandExecutor(this.build(response.data), {
cwd: vscode.workspace.workspaceFolders![0].uri.path
cwd: vscode.workspace.rootPath
}).execute(cancellationToken);

execution.processExitSubject.subscribe(() => {
Expand Down

0 comments on commit de2b298

Please sign in to comment.