You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(state): cache base64 -w flag detection at source time
Detect base64 -w flag support once at load time instead of running
base64 --help | grep on every test subshell exit. Also use the cached
flag in encode_base64 to avoid redundant command -v and error fallback.
0 commit comments