diff options
| author | Dax Raad <[email protected]> | 2025-05-26 13:21:15 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 13:21:15 -0400 |
| commit | 2ed17f4877478e20022a0d68bb9f6e3b4f726bb1 (patch) | |
| tree | e6cd5777a13edf3f655960e5820699fce1d86dee /js/src/index.ts | |
| parent | 80118212da3ce16babdee035974a67fa2f2b8ed9 (diff) | |
| download | opencode-2ed17f4877478e20022a0d68bb9f6e3b4f726bb1.tar.gz opencode-2ed17f4877478e20022a0d68bb9f6e3b4f726bb1.zip | |
exit properly
Diffstat (limited to 'js/src/index.ts')
| -rw-r--r-- | js/src/index.ts | 2 |
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); }); }); |
