fix(core): update

This commit is contained in:
2020-07-07 23:09:17 +00:00
parent 023176258a
commit 30284b770c
2 changed files with 41 additions and 36 deletions

View File

@@ -48,6 +48,8 @@ export class TsTest {
break;
}
tapCombinator.addTapParser(tapParser);
console.log(cs(`^`.repeat(16), 'cyan'));
console.log(''); // force new line
}
tapCombinator.evaluate();
}
@@ -67,8 +69,6 @@ export class TsTest {
`tsrun ${fileNameArg}${tsrunOptions}`
);
await tapParser.handleTapProcess(execResultStreaming.childProcess);
console.log(cs(`^`.repeat(16), 'cyan'));
console.log(''); // force new line
return tapParser;
}