mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 15:52:37 +00:00
test coverage
This commit is contained in:
@@ -140,7 +140,6 @@ function extractTarget(toolName: string, input?: Record<string, unknown>): strin
|
||||
case 'Bash':
|
||||
const cmd = input.command as string;
|
||||
return cmd?.slice(0, 30) + (cmd?.length > 30 ? '...' : '');
|
||||
default:
|
||||
return undefined;
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user