Skip to content

Commit 251ab20

Browse files
added empty method assertCobiGenJava in console runner
1 parent 1e52fdf commit 251ab20

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
@@ -58,6 +58,10 @@ export class Console extends Runner {
5858
console.log("assertInstallCobiGen");
5959
}
6060

61+
async assertCobiGenJava(step: Step, command: Command, result: RunResult) {
62+
console.log("assertCobiGenJava");
63+
}
64+
6165
private executeCommandSync(command: string, directory: string, result: RunResult, input?: string) {
6266
if(result.returnCode != 0) return;
6367

0 commit comments

Comments
 (0)