Merge pull request #5711 from wingyplus/fix-debug-example

Fix profiles/debug_example.lua cannot interprete by lua
This commit is contained in:
Denis Chapligin 2020-08-19 11:15:06 +03:00 committed by GitHub
commit 909570fd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ local way = {
local result = {}
-- call the way function
Debug.way_function(way,result)
Debug.process_way(way,result)
-- print input and output
pprint(way)