diff options
| author | ruki <[email protected]> | 2016-02-28 14:20:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-28 14:20:16 +0800 |
| commit | 95860a08bd483a3f900ea15ba30c69faa60e01e8 (patch) | |
| tree | 7358ffdef1f24263cb4d9b3189c49e2ba390c758 /xmake/core/base/utils.lua | |
| parent | 5c154ce0b281f073fb6c8e475e932837da0d5117 (diff) | |
hide verbose for options
Diffstat (limited to 'xmake/core/base/utils.lua')
| -rw-r--r-- | xmake/core/base/utils.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua index edc302352..8e6aacd5f 100644 --- a/xmake/core/base/utils.lua +++ b/xmake/core/base/utils.lua @@ -39,7 +39,7 @@ end -- the verbose function function utils.verbose(msg, ...) - if option.options().verbose then + if option.get("verbose") then -- check assert(msg) |
