diff options
| author | ruki <[email protected]> | 2025-03-13 00:46:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-03-13 00:46:22 +0800 |
| commit | b20b04337ec832365b1e23cb1f7aeb17dac6cfa0 (patch) | |
| tree | 1afe07247d4b63290fea9fb6d95cabd5e6b72595 | |
| parent | c1fda3bfa097dc9dece19e4f5363c58d2cd70a57 (diff) | |
fix require info
| -rw-r--r-- | xmake/modules/private/action/require/info.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/info.lua b/xmake/modules/private/action/require/info.lua index d6c0146be..5880d36ab 100644 --- a/xmake/modules/private/action/require/info.lua +++ b/xmake/modules/private/action/require/info.lua @@ -188,6 +188,7 @@ function main(requires_raw) local fetchinfo = instance:fetch() if fetchinfo then for name, info in pairs(fetchinfo) do + info = table.unwrap(info) if type(info) ~= "table" then info = tostring(info) end |
