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 d96e94b commit 1e52fdfCopy full SHA for 1e52fdf
runners/console/index.ts
@@ -35,6 +35,10 @@ export class Console extends Runner {
35
return null;
36
}
37
38
+ runCobiGenJava(step: Step, command: Command): RunResult {
39
+ return null;
40
+ }
41
+
42
async assertInstallDevonfwIde(step: Step, command: Command, result: RunResult) {
43
let installedTools = command.parameters[0];
44
0 commit comments