forklaunch 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forklaunch",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Launch faster with forklaunch",
5
5
  "keywords": [
6
6
  "cli",
@@ -389,6 +389,8 @@ async function main() {
389
389
 
390
390
  await flushOutputStreams();
391
391
  await waitForAsyncOperations();
392
+
393
+ process.exit(0);
392
394
  } catch (error) {
393
395
  console.error("\nDownload failed:", error.message);
394
396
  console.error(