We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa281e6 commit 4da72a5Copy full SHA for 4da72a5
runners/console/index.ts
@@ -54,10 +54,7 @@ export class Console extends Runner {
54
55
56
runRestoreDevonfwIde(step: Step, command: Command): RunResult {
57
- let result = new RunResult();
58
- result.returnCode = 0;
59
- result = this.runInstallDevonfwIde(step, command);
60
- return result;
+ return this.runInstallDevonfwIde(step, command);
61
}
62
63
runInstallCobiGen(step: Step, command: Command): RunResult {
0 commit comments