diff options
| author | ruki <[email protected]> | 2017-08-16 15:35:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-16 15:35:31 +0800 |
| commit | 19a8933bcbbd3513916ad3d0ec67ebf1bb8b88ec (patch) | |
| tree | 91ca398588dc6d70efaba0ee33f2dc37c9dc3ac6 /xmake/actions/require/install.lua | |
| parent | 1801533d6ec2b2f981c58bf1a5a5e4aea56d633a (diff) | |
fix require print info
Diffstat (limited to 'xmake/actions/require/install.lua')
| -rw-r--r-- | xmake/actions/require/install.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/require/install.lua b/xmake/actions/require/install.lua index 421945d52..aa4194dde 100644 --- a/xmake/actions/require/install.lua +++ b/xmake/actions/require/install.lua @@ -76,6 +76,7 @@ function main(requires) -- trace cprintf("\r${yellow} => ${clear}downloading %s .. %s", table.concat(downloading, ", "), waitchars[waitindex + 1]) + io.flush() end) -- install all required packages from repositories |
