mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-31 14:51:02 +00:00
fix: fixing multiple connections
This commit is contained in:
@@ -45,13 +45,13 @@ export class SevenZip {
|
||||
args.push("-o" + outputPath);
|
||||
}
|
||||
|
||||
console.log(this.binaryPath, args);
|
||||
|
||||
const child = cp.execFile(this.binaryPath, args, {
|
||||
cwd,
|
||||
});
|
||||
|
||||
child.once("exit", (code) => {
|
||||
console.log("EXIT CALLED", code, filePath);
|
||||
|
||||
if (code === 0) {
|
||||
successCb();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user