diff --git a/src/command.ts b/src/command.ts index 7f3607ff..58de205a 100644 --- a/src/command.ts +++ b/src/command.ts @@ -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,