Skip to content

Commit

Permalink
Add quotes to result logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pbulawa committed Sep 26, 2023
1 parent 8acb40a commit b2fd48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection/connection_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ function ConnectionConfig(options, validateCredentials, qaMode, clientInfo)
if (!DEFAULT_PARAMS.includes(key))
{
const result = levenshtein.closest(key, DEFAULT_PARAMS);
console.error(`"${key}" is an unknown connection parameter. Did you mean ${result}?`);
console.error(`"${key}" is an unknown connection parameter. Did you mean "${result}"?`);
}
}
}
Expand Down

0 comments on commit b2fd48b

Please sign in to comment.