diff options
| author | ruki <[email protected]> | 2019-03-24 22:30:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-03-24 22:30:27 +0800 |
| commit | f2f734739d1725a20d08b712e11601a37a6f47d3 (patch) | |
| tree | 11d955979ae34792c8926d11dbe9d49fddb6a428 | |
| parent | 3529906539bd39cb011208c4849df5cb86e05166 (diff) | |
remove empty lines
| -rw-r--r-- | xmake/actions/require/impl/package.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index 38a98da2d..4c3da935c 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -705,7 +705,6 @@ function install_packages(requires, opt) table.insert(packages_must, package:name()) end end - if #packages_must > 0 then raise("packages(%s): must be installed!", table.concat(packages_must, ", ")) else |
