mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
'string' makes more sense in nix repl
This commit is contained in:
parent
9ab808c926
commit
bc9e87412c
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ void printAtPos(const string &prefix, const ErrPos &pos, std::ostream &out)
|
||||||
}
|
}
|
||||||
case foString: {
|
case foString: {
|
||||||
out << prefix << ANSI_BLUE << "at: " << ANSI_YELLOW << showErrPos(pos) <<
|
out << prefix << ANSI_BLUE << "at: " << ANSI_YELLOW << showErrPos(pos) <<
|
||||||
ANSI_BLUE << " from command line argument" << ANSI_NORMAL;
|
ANSI_BLUE << " from string" << ANSI_NORMAL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case foStdin: {
|
case foStdin: {
|
||||||
|
|
Loading…
Reference in a new issue