Files
openclaw/scripts/lib/windows-taskkill.d.mts
Vincent Koc 0d351b9875 fix(ci): filter ClawSweeper comment dispatches before token minting (#95308)
Merged via squash.

Prepared head SHA: b5389b59e4
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Reviewed-by: @vincentkoc
2026-06-21 19:05:08 +08:00

7 lines
264 B
TypeScript

export function resolveWindowsTaskkillPath(env?: NodeJS.ProcessEnv): string;
export function resolveWindowsSystem32Path(
executableName: string,
env?: NodeJS.ProcessEnv,
): string;
export function resolveWindowsPowerShellPath(env?: NodeJS.ProcessEnv): string;