pull/1372/head
Cory LaViska 2023-06-13 12:19:25 -04:00
rodzic 24ef154d42
commit 8c8977549c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -135,7 +135,7 @@ async function buildTheSource() {
// Called on SIGINT or SIGTERM to cleanup the build and child processes.
//
function handleCleanup() {
buildResults.forEach(result => result.rebuild.dispose());
buildResults.forEach(result => result.dispose());
if (childProcess) {
childProcess.kill('SIGINT');