From 58c103c2de177e7cd0b87cf39e88a257a223aa91 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 May 2020 22:46:18 +0800 Subject: fix mconfdialog --- xmake/core/ui/mconfdialog.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/ui/mconfdialog.lua b/xmake/core/ui/mconfdialog.lua index 6dbe0fd5c..ebf568de3 100644 --- a/xmake/core/ui/mconfdialog.lua +++ b/xmake/core/ui/mconfdialog.lua @@ -194,7 +194,7 @@ function mconfdialog:searchdialog() results = results .. "\nkind: " .. config.kind end if config.default then - results = results .. "\ndefault: " .. config.default + results = results .. "\ndefault: " .. tostring(config.default) end if config.path then results = results .. "\npath: " .. config.path -- cgit v1.3.1