Skip to content

Commit f187bdd

Browse files
author
Kartik Raj
committed
z
1 parent e547767 commit f187bdd

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/client/common/process/worker/rawProcessApiWrapper.ts

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
import * as path from 'path';
5-
import { WorkspaceService } from '../../application/workspace';
6-
import { ProcessLogger } from '../logger';
7-
import { executeWorkerFile } from './main';
8-
import { EnvironmentVariables, ExecutionResult, IDisposable, ShellOptions } from './types';
4+
import { EnvironmentVariables, ShellOptions } from './types';
95

10-
export function shellExec(
11-
command: string,
12-
options: ShellOptions,
13-
defaultEnv?: EnvironmentVariables,
14-
disposables?: Set<IDisposable>,
15-
): Promise<ExecutionResult<string>> {
6+
export function shellExec(_command: string, _options: ShellOptions, _defaultEnv?: EnvironmentVariables): void {
167
// const processLogger = new ProcessLogger(new WorkspaceService());
178
// processLogger.logProcess(command, undefined, options);
189
// return executeWorkerFile(path.join(__dirname, 'shellExecWorker.js'), {

0 commit comments

Comments
 (0)