Skip to content

Commit c8269fb

Browse files
committed
Add exec to startup script
Removes an extra process. See #1388.
1 parent 0b9a478 commit c8269fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
dir="$(dirname "$(readlink -f "$0" || realpath "$0")")"
55

6-
"$dir/node" "$dir/out/node/entry.js" "$@"
6+
exec "$dir/node" "$dir/out/node/entry.js" "$@"

0 commit comments

Comments
 (0)