diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-30 22:41:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-30 22:41:18 +0900 |
| commit | e73f9e0626d5ac3055feac76b0eb0dfa8f25dd4c (patch) | |
| tree | 591af104342a400a8fd53aa3a6974dbb21aca078 /internal/pkg/tar.go | |
| parent | ddd90b780bf05fe4e98f7ca5d1ed321089ef0755 (diff) | |
internal/pkg: highlight miscellaneous verbose output
These were missed when adding highlight for core cache verbose output.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/tar.go')
| -rw-r--r-- | internal/pkg/tar.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pkg/tar.go b/internal/pkg/tar.go index 60b23e81..9a8c4b76 100644 --- a/internal/pkg/tar.go +++ b/internal/pkg/tar.go @@ -174,8 +174,8 @@ func (a *tarArtifact) Cure(t *TContext) (err error) { case tar.TypeChar: t.GetMessage().Verbosef( - "skipping character device %d, %d %q", - header.Devmajor, header.Devminor, header.Name, + "%sskipping character device %d, %d %q%s", + t.cache.sgrWarn, header.Devmajor, header.Devminor, header.Name, t.cache.sgrRes, ) continue |
