ninja-build/ninja

Ninja -t browse leaves socket open

Open

#465 创建于 2012年11月27日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C++ (10,194 star) (1,544 fork)batch import
bughelp wanted

描述

Running ninja -t browse X then pressing Ctrl-C leaves the socket open. Rerunning ninja -t browse X causes a socket error.

NInja should either catch the ctrl-c and terminate python (the parent process), or support a ninja -t browsestop tool.

Note : I'm currently running 6a73d41072bafe2384aea20252c3faa6c1ceaa2a

贡献者指南