Skip to content

Commit

Permalink
Remove deprecated Command#killable property (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jan 5, 2024
1 parent 452e4a3 commit a43c200
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/command.ts
Expand Up @@ -129,11 +129,6 @@ export class Command implements CommandInfo {

state: CommandState = 'stopped';

/** @deprecated */
get killable() {
return Command.canKill(this);
}

constructor(
{ index, name, command, prefixColor, env, cwd }: CommandInfo & { index: number },
spawnOpts: SpawnOptions,
Expand Down

0 comments on commit a43c200

Please sign in to comment.