Skip to content

Commit 909570f

Browse files
author
Denis Chapligin
authored
Merge pull request #5711 from wingyplus/fix-debug-example
Fix profiles/debug_example.lua cannot interprete by lua
2 parents df9fda1 + 2c13f2f commit 909570f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiles/debug_example.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ local way = {
3838
local result = {}
3939

4040
-- call the way function
41-
Debug.way_function(way,result)
41+
Debug.process_way(way,result)
4242

4343
-- print input and output
4444
pprint(way)

0 commit comments

Comments
 (0)