diff options
| author | ruki <[email protected]> | 2024-07-02 23:41:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-02 23:41:38 +0800 |
| commit | a8bf62a7022a9bdcbed2e0c3a03abe37153962de (patch) | |
| tree | 8ad888722c4e6eeb66409a5f924fbb9042710583 /xmake/core/base | |
| parent | 6289723f9bd7dbc44bdcfa32ad4fe9bece0e3840 (diff) | |
fix null for test
Diffstat (limited to 'xmake/core/base')
| -rw-r--r-- | xmake/core/base/json.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/json.lua b/xmake/core/base/json.lua index 487e4b062..b68751627 100644 --- a/xmake/core/base/json.lua +++ b/xmake/core/base/json.lua @@ -47,6 +47,7 @@ else __tostring = function() return "null" end}) + json.purenull = json.null end function json._pure_kind_of(obj) |
