未验证 提交 c8269fb5 编写于 作者: A Asher

Add exec to startup script

Removes an extra process. See #1388.
上级 0b9a4782
......@@ -3,4 +3,4 @@
dir="$(dirname "$(readlink -f "$0" || realpath "$0")")"
"$dir/node" "$dir/out/node/entry.js" "$@"
exec "$dir/node" "$dir/out/node/entry.js" "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册