summaryrefslogtreecommitdiffhomepage
path: root/js/src/index.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-26 13:21:15 -0400
committerDax Raad <[email protected]>2025-05-26 13:21:15 -0400
commit2ed17f4877478e20022a0d68bb9f6e3b4f726bb1 (patch)
treee6cd5777a13edf3f655960e5820699fce1d86dee /js/src/index.ts
parent80118212da3ce16babdee035974a67fa2f2b8ed9 (diff)
downloadopencode-2ed17f4877478e20022a0d68bb9f6e3b4f726bb1.tar.gz
opencode-2ed17f4877478e20022a0d68bb9f6e3b4f726bb1.zip
exit properly
Diffstat (limited to 'js/src/index.ts')
-rw-r--r--js/src/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/index.ts b/js/src/index.ts
index 100e2bd07..45890a52a 100644
--- a/js/src/index.ts
+++ b/js/src/index.ts
@@ -62,8 +62,6 @@ cli
);
}
}
-
- process.exit(0);
});
});