diff options
author | 2022-12-14 18:00:56 -0800 | |
---|---|---|
committer | 2022-12-15 16:28:47 -0800 | |
commit | e38a3e5d85dd3b07b0ed61981e874907fa90296b (patch) | |
tree | 705adba8ce9a173e3d749625baedbcbe188586fb /src/bun.js/builtins/js/ProcessObjectInternals.js | |
parent | 6a1fc208354d173a66b61060ec5bb79699038006 (diff) | |
download | bun-e38a3e5d85dd3b07b0ed61981e874907fa90296b.tar.gz bun-e38a3e5d85dd3b07b0ed61981e874907fa90296b.tar.zst bun-e38a3e5d85dd3b07b0ed61981e874907fa90296b.zip |
[bun run] Use `execve` instead of `posix_spawn` when bun no longer needs to run script/bin
When we launch a script & there's nothing left to do, we should replace the process image with the new process instead of keeping the bun process alive while the other script is running.
Diffstat (limited to 'src/bun.js/builtins/js/ProcessObjectInternals.js')
0 files changed, 0 insertions, 0 deletions