From dae203d736b9d6db00c10a75208f44a3a937442f Mon Sep 17 00:00:00 2001 From: leviongit Date: Wed, 25 Aug 2021 20:28:03 +0200 Subject: fix: console raising error at autocomplete request --- dragon/console_prompt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dragon/console_prompt.rb b/dragon/console_prompt.rb index 97ea2f9..8c02de0 100644 --- a/dragon/console_prompt.rb +++ b/dragon/console_prompt.rb @@ -158,11 +158,11 @@ S # partition the original list of items into a string to be printed items.each_slice(columns).each_with_index do |cells, i| - pretty_print_row_seperator string_width, cell_width, column_width, columns + pretty_print_row_separator string_width, cell_width, column_width, columns pretty_print_row cells, string_width, cell_width, column_width, columns end - pretty_print_row_seperator string_width, cell_width, column_width, columns + pretty_print_row_separator string_width, cell_width, column_width, columns end end -- cgit v1.2.3