diff options
Diffstat (limited to 'xmake/core/sandbox/modules/hash.lua')
| -rw-r--r-- | xmake/core/sandbox/modules/hash.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/hash.lua b/xmake/core/sandbox/modules/hash.lua index 4db755c96..a63b30998 100644 --- a/xmake/core/sandbox/modules/hash.lua +++ b/xmake/core/sandbox/modules/hash.lua @@ -25,7 +25,7 @@ local raise = require("sandbox/modules/raise") local sandbox_hash = sandbox_hash or {} -- make a new uuid -function sandbox_hash.uuid(name) +function sandbox_hash.uuid4(name) return sandbox_hash.uuid4(name) end |
