mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 16:52:27 +00:00
Include only the base name of the program in error messages
This commit is contained in:
parent
8b099812ea
commit
24a3208247
@ -290,7 +290,7 @@ int handleExceptions(const string & programName, std::function<void()> fun)
|
||||
{
|
||||
ReceiveInterrupts receiveInterrupts; // FIXME: need better place for this
|
||||
|
||||
ErrorInfo::programName = programName;
|
||||
ErrorInfo::programName = baseNameOf(programName);
|
||||
|
||||
string error = ANSI_RED "error:" ANSI_NORMAL " ";
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user