Skip to content

Commit e38e49d

Browse files
added semicolon
1 parent 63a63a7 commit e38e49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runners/console/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class Console extends Runner {
9595
let result = new RunResult();
9696
result.returnCode = 0;
9797

98-
let projectDir = path.join(this.getWorkingDirectory(), "devonfw", "workspaces", "main", command.parameters[0])
98+
let projectDir = path.join(this.getWorkingDirectory(), "devonfw", "workspaces", "main", command.parameters[0]);
9999
if(command.parameters.length == 2 && command.parameters[1] == true){
100100
this.executeDevonCommandSync("mvn clean install", projectDir, result);
101101
} else {

0 commit comments

Comments
 (0)