diff options
| author | ruki <[email protected]> | 2025-11-14 23:34:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-14 23:34:02 +0800 |
| commit | d066068a571d6e6515e56270374e96518d20eaf0 (patch) | |
| tree | 6d96a1dddf03ea86c897b9268db9366abf71868a /xmake/plugins/show/info/basic.lua | |
| parent | 8d9b5970ed3f44a84f5e7ed5f7f140e72a9f1e97 (diff) | |
fix test
Diffstat (limited to 'xmake/plugins/show/info/basic.lua')
| -rw-r--r-- | xmake/plugins/show/info/basic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/show/info/basic.lua b/xmake/plugins/show/info/basic.lua index 47b0f72e7..4ad14fe98 100644 --- a/xmake/plugins/show/info/basic.lua +++ b/xmake/plugins/show/info/basic.lua @@ -140,7 +140,7 @@ function main() if opt.json then local json_opt if opt.pretty then - json_opt = {pretty = true} + json_opt = {pretty = true, orderkeys = true} end print(json.encode(result or {}, json_opt)) end |
