Skip to content

Commit 976c666

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4d0693c commit 976c666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/ccusage_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ func (s *ccUsageService) collectData(ctx context.Context, since time.Time) (*CCU
313313
npxPath, npxErr := lookPath("npx")
314314

315315
if bunxErr != nil && npxErr != nil {
316-
return nil, fmt.Errorf("neither bunx nor npx found in system PATH")
316+
return nil, fmt.Errorf("neither bunx nor npx found in system PATH or common installation locations")
317317
}
318318

319319
// Build command arguments

0 commit comments

Comments
 (0)