fix: missing comma
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user