Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 8, 2024
1 parent 30edbec commit b6576b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ function logIssue(issue: InferIssue<any>) {
}

const label = ['\u001B[41m', issue.path[0].key, '\u001B[49m'].join(' ');

const symbol = ['\u001B[31m', isUnicodeSupported() ? '✖️' : '×', '\u001B[39m'].join('');

console.error(symbol, label, issue.message);
Expand Down

0 comments on commit b6576b2

Please sign in to comment.