Skip to content

Commit f7303b0

Browse files
committed
adding a logging print
1 parent 625fd8a commit f7303b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runners/console/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ export class Console extends Runner {
501501
}
502502

503503
async assertExecuteCommand(runCommand: RunCommand, result: RunResult){
504+
console.log(RunResult);
504505
try{
505506
let assert = new Assertions()
506507
.noErrorCode(result)

0 commit comments

Comments
 (0)