From 1da254a882e47d851d5d5a5d568a6f0da10b1b6b Mon Sep 17 00:00:00 2001 From: xpxz <97490782+heheda123123@users.noreply.github.com> Date: Mon, 19 Jun 2023 22:21:58 +0800 Subject: Update info.lua --- xmake/modules/private/action/require/info.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/modules/private/action/require/info.lua b/xmake/modules/private/action/require/info.lua index 398ed7638..d6c0146be 100644 --- a/xmake/modules/private/action/require/info.lua +++ b/xmake/modules/private/action/require/info.lua @@ -258,9 +258,9 @@ function main(requires_raw) printf(configs_extra.description) end if configs_extra.default ~= nil then - printf(" (default: %s", configs_extra.default) + printf(" (default: %s)", configs_extra.default) elseif configs_extra.type ~= nil and configs_extra.type ~= "string" then - printf(" (type: %s", configs_extra.type) + printf(" (type: %s)", configs_extra.type) end print("") if configs_extra.values then -- cgit v1.3.1