Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove process.exit in killAllProcesses
Sebastian Martinez committed 2 years ago
commit ecba24352654f05e8621ede2958c46ae4a225746
parent 2472938bf161790f7dc3cd613d903e5a355455bb
1 file changed +0 -1
modified tests/support/process.ts
@@ -21,7 +21,6 @@ export function killAllProcesses(): void {
      process.kill("SIGKILL");
    }
  }
-
  process.exit();
}

// Spawn a process with `execa` and register it.