Skip to content

Commit

Permalink
Merge pull request #690 from magieno/add-essential-classes-to-cli
Browse files Browse the repository at this point in the history
- Chagned the type
  • Loading branch information
etiennenoel authored Apr 13, 2024
2 parents 8e93f3b + 763de08 commit 050d075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/managers/console.manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class ConsoleManager {
this.write(message + "\n");
}

writeTable(table: string[][]) {
writeTable(table: any[]) {
console.table(table);
}

Expand Down

0 comments on commit 050d075

Please sign in to comment.