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
+1 -1
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)