Skip to content

Commit 7c830b5

Browse files
rishabh3112evenstensberg
authored andcommitted
feat(log): add gitignore
1 parent df7c224 commit 7c830b5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎packages/log/.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*.js

‎packages/log/index.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class Logger {
6161

6262
publiccustom(symbol: string,message: string){
6363
if(symbol.length!==1){
64-
thrownewError("Only single character can be passed to custom");
64+
thrownewError("Only single character can be passed as symbol to custom");
6565
}else{
6666
message=this.build(message);
6767
message=` ${chalk.bold(symbol)}${message}`;

0 commit comments

Comments
 (0)