diff options
| author | OpportunityLiu <[email protected]> | 2019-06-19 11:30:06 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-19 11:30:06 +0800 |
| commit | d5ad005f6c8a79af48f4c73f0ec87775ab746d0d (patch) | |
| tree | eefdd667a032d9732481b61cff3b4d860853ca8f /xmake/core/project/requireinfo.lua | |
| parent | 5c06711d12932c02ab7b64a25135902fabf00675 (diff) | |
improve dump
Diffstat (limited to 'xmake/core/project/requireinfo.lua')
| -rw-r--r-- | xmake/core/project/requireinfo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/requireinfo.lua b/xmake/core/project/requireinfo.lua index f5116328b..38d3f61cb 100644 --- a/xmake/core/project/requireinfo.lua +++ b/xmake/core/project/requireinfo.lua @@ -81,7 +81,7 @@ end -- dump this requireinfo function requireinfo:dump() - table.dump(self._INFO) + utils.dump(self._INFO) end -- get the require info |
