Skip to content

Commit

Permalink
Update api used to get workspace path on source:deploy (#738)
Browse files Browse the repository at this point in the history
@W-5608272@
  • Loading branch information
lcampos authored Nov 9, 2018
1 parent d946862 commit 227abf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class ForceSourceDeployExecutor extends SfdxCommandletExecutor<
const cancellationTokenSource = new vscode.CancellationTokenSource();
const cancellationToken = cancellationTokenSource.token;
const workspacePath = vscode.workspace.workspaceFolders
? vscode.workspace.workspaceFolders[0].uri.path
? vscode.workspace.workspaceFolders[0].uri.fsPath
: '';
const execFilePath = response.data.filePath;
const execution = new CliCommandExecutor(this.build(response.data), {
Expand Down

0 comments on commit 227abf4

Please sign in to comment.