diff options
| author | ruki <[email protected]> | 2023-06-19 23:58:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-06-19 23:58:10 +0800 |
| commit | d73dab6dfb18511ce3e51c3356c606c893f415f0 (patch) | |
| tree | 0c9d5e6a2fa4c6ba5cc91890fd857f5867b9fedb | |
| parent | af4101f01eab345505f323c7901b902d28ed0715 (diff) | |
fix configs
| -rw-r--r-- | xmake/modules/private/action/require/info.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/modules/private/action/require/info.lua b/xmake/modules/private/action/require/info.lua index 471e00bea..d3c98bbaf 100644 --- a/xmake/modules/private/action/require/info.lua +++ b/xmake/modules/private/action/require/info.lua @@ -235,11 +235,9 @@ function main(requires_raw) elseif configs_extra.type ~= nil and configs_extra.type ~= "string" then printf(" (type: %s)", configs_extra.type) end - if configs_extra.readonly ~= nil then printf(" (readonly)") end - print("") if configs_extra.values then cprint(" -> values: %s", string.serialize(configs_extra.values, true)) @@ -264,11 +262,6 @@ function main(requires_raw) elseif configs_extra.type ~= nil and configs_extra.type ~= "string" then printf(" (type: %s", configs_extra.type) end - if configs_extra.readonly ~= nil then - printf(", readonly)") - else - printf(")") - end print("") if configs_extra.values then cprint(" -> values: %s", string.serialize(configs_extra.values, true)) |
