fix: missing comma
This commit is contained in:
parent
0dd3e6e6b6
commit
0dc93c1d78
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ function M.load()
|
|||
improved_debug = false,
|
||||
enable_chunking = false,
|
||||
-- New default for step-by-step
|
||||
enable_step_by_step = true
|
||||
enable_step_by_step = true,
|
||||
enable_debug_commands = false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue