diff --git a/profiles/debug_example.lua b/profiles/debug_example.lua index 6bfb735ad..5761d0eca 100644 --- a/profiles/debug_example.lua +++ b/profiles/debug_example.lua @@ -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)