We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
bullet
1 parent fba7e78 commit e4d709aCopy full SHA for e4d709a
index.js
@@ -79,7 +79,7 @@ const fallback = {
79
circleCross: '(×)',
80
circlePipe: '(│)',
81
circleQuestionMark: '(?)',
82
- bullet: '*',
+ bullet: main.bullet,
83
dot: '.',
84
line: '─',
85
ellipsis: '...',
readme.md
@@ -78,7 +78,7 @@ Symbols to use when running on Windows.
78
| circleCross | ⓧ | (×) |
| circlePipe | Ⓘ | (│) |
| circleQuestionMark | ?⃝ | (?) |
-| bullet | ● | * |
+| bullet | ● | ● |
| dot | ․ | . |
| line | ─ | ─ |
| ellipsis | … | ... |
0 commit comments