Skip to content

Commit

Permalink
Update nixd/lib/Controller/LifeTime.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc authored Aug 10, 2024
1 parent 90fca74 commit 811ecc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixd/lib/Controller/LifeTime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void Controller::
try {
Config = parseCLIConfig();
} catch (LLVMErrorException &Err) {
lspserver::elog("{0}, reason: {1}", Err.what(), Err.takeError());
lspserver::elog("parse CLI config error: {0}, {1}", Err.what(), Err.takeError());
std::exit(-1);
}
fetchConfig();
Expand Down

0 comments on commit 811ecc4

Please sign in to comment.