Skip to content

Commit 4da72a5

Browse files
committed
restoreDevonfwIde for console
1 parent aa281e6 commit 4da72a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

runners/console/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ export class Console extends Runner {
5454

5555

5656
runRestoreDevonfwIde(step: Step, command: Command): RunResult {
57-
let result = new RunResult();
58-
result.returnCode = 0;
59-
result = this.runInstallDevonfwIde(step, command);
60-
return result;
57+
return this.runInstallDevonfwIde(step, command);
6158
}
6259

6360
runInstallCobiGen(step: Step, command: Command): RunResult {

0 commit comments

Comments
 (0)