Skip to content

Commit

Permalink
- Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 1, 2024
1 parent 2fa653f commit 37993c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Zframework/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -941,4 +941,8 @@ function Z.setOnBeforeQuit(func)
onBeforeQuit=assert(type(func)=='function' and func,"Z.setOnBeforeQuit(func): func must be function")
end

for k,v in next,_G do
print(k,v)
end

return Z

0 comments on commit 37993c1

Please sign in to comment.