Skip to content

Commit 9e3baf4

Browse files
explicit fire and forget KillProcess
1 parent 544d962 commit 9e3baf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/unity-hub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export class UnityHub {
140140
tasksComplete = true;
141141

142142
if (child?.pid) {
143-
KillProcess({ pid: child.pid, name: child.spawnfile, ppid: process.pid });
143+
void KillProcess({ pid: child.pid, name: child.spawnfile, ppid: process.pid });
144144
}
145145
}
146146

0 commit comments

Comments
 (0)