mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
parent
7f9a0033c7
commit
bd79c1f6f6
5 changed files with 7 additions and 7 deletions
|
|
@ -55,7 +55,7 @@ struct CmdEdit : InstallableCommand
|
|||
int lineno;
|
||||
try {
|
||||
lineno = std::stoi(std::string(pos, colon + 1));
|
||||
} catch (std::invalid_argument e) {
|
||||
} catch (std::invalid_argument & e) {
|
||||
throw Error("cannot parse line number '%s'", pos);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue