diff options
| -rw-r--r-- | xmake/core/ui/mconfdialog.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
