Skip to content

Commit 7af1d34

Browse files
committed
wrong merge
1 parent 2666ff9 commit 7af1d34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runners/console/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ export class Console extends Runner {
469469
: runCommand.command.parameters[commandIndex];
470470

471471
let dirPath = (runCommand.command.parameters.length > 2 && runCommand.command.parameters[2].dir)
472-
? path.join(this.getVariable(this.workspaceDirectory), runCommand.command.parameters[2].dir)
473-
: this.getVariable(this.workspaceDirectory)
472+
? path.join(this.getVariable(this.WORKSPACE_DIRECTORY), runCommand.command.parameters[2].dir)
473+
: this.getVariable(this.WORKSPACE_DIRECTORY)
474474

475475
if(runCommand.command.parameters.length > 2 && runCommand.command.parameters[2].asynchronous){
476476
if(runCommand.command.parameters[3].port){

0 commit comments

Comments
 (0)