Skip to content

Commit

Permalink
Update consola.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonleex committed May 16, 2023
1 parent 064f2ea commit 6600d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/consola.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ export class Consola {
logObj.type = (
typeof logObj.type === "string" ? logObj.type.toLowerCase() : "log"
) as LogType;
logObj.tag = typeof logObj.tag === "string" ? logObj.tag : "";

// Resolve log
/**
Expand Down

0 comments on commit 6600d1a

Please sign in to comment.