wasita
2026-03-04 59b58076016c5e5f09f16ab0395fed02e2ebb72e
refs
author wasita <wasita.mahaphanit.gr@dartmouth.edu>
Wednesday, March 4, 2026 15:42 +0000
committer GitHub <noreply@github.com>
Wednesday, March 4, 2026 15:42 +0000
commit59b58076016c5e5f09f16ab0395fed02e2ebb72e
tree d4ab737c086237813ef724d3b3d5ada80654081a tree | zip | gz
parent 9576701d8532b9697df62c96d7c8676afd985b2d view | diff
🐛 fix(cli): use 'gray' instead of 'grey' in styleText calls (#2321)

Node.js util.styleText does not accept 'grey' as a format name.
While util.inspect.colors defines 'grey' as a non-enumerable alias
for 'gray', styleText validates against Object.keys(inspect.colors)
which only includes enumerable properties — so 'grey' has never
been a valid styleText format and throws ERR_INVALID_ARG_VALUE.
1 files modified
8 ■■■■ changed files
quartz/cli/handlers.js 8 ●●●● diff | view | raw | blame | history