Skip to content

Commit 2cd50bc

Browse files
Remove abstract method
1 parent cabdff3 commit 2cd50bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

code/core/src/common/js-package-manager/JsPackageManager.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,6 @@ export abstract class JsPackageManager {
597597
cwd?: string,
598598
stdio?: 'inherit' | 'pipe' | 'ignore'
599599
): ExecaChildProcess;
600-
public abstract runRemoteCommand(
601-
options: Omit<ExecuteCommandOptions, 'command'> & { args: string[] }
602-
): ExecaChildProcess;
603600
public abstract runPackageCommand(
604601
options: Omit<ExecuteCommandOptions, 'command'> & { args: string[] }
605602
): ExecaChildProcess;

0 commit comments

Comments
 (0)