Printing styled table
This commit is contained in:
4
app.ts
4
app.ts
@@ -303,10 +303,10 @@ const main = async (): Promise<void> => {
|
||||
writeConsole("All rebase where done successfully", LogLevel.INFO);
|
||||
} else {
|
||||
writeConsole("Some rebase failed", LogLevel.WARNING);
|
||||
styledTable([
|
||||
console.warn(styledTable([
|
||||
["Branch", "Action", "Onto branch"],
|
||||
...failedRebase
|
||||
]);
|
||||
]));
|
||||
}
|
||||
} catch (error) {
|
||||
writeConsole("Error during workflow execution", LogLevel.ERROR);
|
||||
|
||||
Reference in New Issue
Block a user