This commit is contained in:
Hachi-R
2024-12-22 06:58:20 -03:00
parent 1a286df3f7
commit fd5b2e08a5
14 changed files with 31 additions and 87 deletions

View File

@@ -20,7 +20,7 @@ export class Aria2 {
"--file-allocation=none",
"--allow-overwrite=true",
],
{ stdio: "inherit" }
{ stdio: "inherit", windowsHide: true }
);
console.log(this.process);