parent
22a47ab03c
commit
1734e8a149
1 changed files with 3 additions and 1 deletions
|
@ -218,6 +218,8 @@ void NixRepl::completePrefix(string prefix)
|
||||||
// Quietly ignore parse errors.
|
// Quietly ignore parse errors.
|
||||||
} catch (EvalError & e) {
|
} catch (EvalError & e) {
|
||||||
// Quietly ignore evaluation errors.
|
// Quietly ignore evaluation errors.
|
||||||
|
} catch (UndefinedVarError & e) {
|
||||||
|
// Quietly ignore undefined variable errors.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue