Skip to content

Commit 1e52fdf

Browse files
added empty method runCobiGenJava in console runner
1 parent d96e94b commit 1e52fdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runners/console/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export class Console extends Runner {
3535
return null;
3636
}
3737

38+
runCobiGenJava(step: Step, command: Command): RunResult {
39+
return null;
40+
}
41+
3842
async assertInstallDevonfwIde(step: Step, command: Command, result: RunResult) {
3943
let installedTools = command.parameters[0];
4044

0 commit comments

Comments
 (0)