diff options
Diffstat (limited to 'xmake/core/sandbox/modules/utils.lua')
| -rw-r--r-- | xmake/core/sandbox/modules/utils.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/utils.lua b/xmake/core/sandbox/modules/utils.lua index b27ce31d3..2d026a600 100644 --- a/xmake/core/sandbox/modules/utils.lua +++ b/xmake/core/sandbox/modules/utils.lua @@ -183,6 +183,11 @@ function sandbox_utils.assert(value, format, ...) return value end +-- get user confirm +function sandbox_utils.confirm(opt) + return utils.confirm(opt) +end + -- return module return sandbox_utils |
