Fixed file.ts script for non windows users
Signed-off-by: WolverinDEV <git@teaspeak.de>
This commit is contained in:
parent
68e844b8ed
commit
8efe6dd404
1 changed files with 1 additions and 1 deletions
2
file.ts
2
file.ts
|
@ -732,7 +732,7 @@ namespace watcher {
|
||||||
env: process.env
|
env: process.env
|
||||||
});
|
});
|
||||||
else
|
else
|
||||||
this._process = cp.spawn(cmd, args, {
|
return cp.spawn(cmd, args, {
|
||||||
cwd: __dirname,
|
cwd: __dirname,
|
||||||
stdio: "pipe",
|
stdio: "pipe",
|
||||||
detached: true
|
detached: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue