mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
build: compile dist/ [auto]
This commit is contained in:
4
dist/render/lines/environment.js
vendored
4
dist/render/lines/environment.js
vendored
@@ -1,4 +1,4 @@
|
||||
import { dim } from '../colors.js';
|
||||
import { label } from '../colors.js';
|
||||
export function renderEnvironmentLine(ctx) {
|
||||
const display = ctx.config?.display;
|
||||
if (display?.showConfigCounts === false) {
|
||||
@@ -25,6 +25,6 @@ export function renderEnvironmentLine(ctx) {
|
||||
if (parts.length === 0) {
|
||||
return null;
|
||||
}
|
||||
return dim(parts.join(' | '));
|
||||
return label(parts.join(' | '), ctx.config?.colors);
|
||||
}
|
||||
//# sourceMappingURL=environment.js.map
|
||||
Reference in New Issue
Block a user