mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update configReadClient.cpp
This commit is contained in:
parent
8aae56f24a
commit
53dc831a60
@ -10,7 +10,7 @@ namespace fs = std::filesystem;
|
||||
namespace DB
|
||||
{
|
||||
|
||||
/// Checks if file exists without thowing an execption but with message in console.
|
||||
/// Checks if file exists without throwing an exception but with message in console.
|
||||
bool safeFsExists(const auto & path)
|
||||
{
|
||||
std::error_code ec;
|
||||
|
Loading…
Reference in New Issue
Block a user