🗑 Remove unneeded code
This commit is contained in:
parent
6a4c73ba7f
commit
e22c27aa31
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ export default function launchProcess(diskFile: string, offset: number, compress
|
||||||
const spawnedProcess = childProcess.spawn(processPath, parameters.map((value) => value.toString(), { cwd: '.' }));
|
const spawnedProcess = childProcess.spawn(processPath, parameters.map((value) => value.toString(), { cwd: '.' }));
|
||||||
|
|
||||||
spawnedProcess.stdout.pipe(outputStream);
|
spawnedProcess.stdout.pipe(outputStream);
|
||||||
//spawnedProcess.stdout.on('data', console.log);
|
|
||||||
spawnedProcess.stdout.on('end', resolve);
|
spawnedProcess.stdout.on('end', resolve);
|
||||||
|
|
||||||
spawnedProcess.stderr.setEncoding('utf8');
|
spawnedProcess.stderr.setEncoding('utf8');
|
||||||
|
|
Loading…
Reference in a new issue