diff options
| -rw-r--r-- | xmake/actions/build/statistics.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/build/statistics.lua b/xmake/actions/build/statistics.lua index 714073db3..9acd65661 100644 --- a/xmake/actions/build/statistics.lua +++ b/xmake/actions/build/statistics.lua @@ -89,7 +89,6 @@ function post() function () local proc = process.openv("xmake", argv, path.join(os.tmpdir(), projectname .. ".stats.log")) if proc ~= nil then - process.wait(proc, -1) process.close(proc) end end |
