Removes return false

This commit is contained in:
cgranleese-r7 2023-04-20 11:39:26 +01:00
parent f6c8181b7f
commit 67694c1ef7
1 changed files with 1 additions and 2 deletions

View File

@ -1935,8 +1935,7 @@ class Core
message = "Unknown datastore option: #{name}."
suggestion = DidYouMean::SpellChecker.new(dictionary: valid_options).correct(name).first
message << " Did you mean #{suggestion}?" if suggestion
print_error(message)
return false
print_warning(message)
end
# If the driver indicates that the value is not valid, bust out.