mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +02:00
Revert "Throw a specific error for incomplete parse errors."
This reverts commit 6498adb002
. We don't
actually use IncompleteParseError in 'nix repl'.
This commit is contained in:
parent
2b3c1b3a88
commit
f3c85f9eb3
3 changed files with 1 additions and 11 deletions
|
@ -213,7 +213,5 @@ or { return OR_KW; }
|
|||
|
||||
}
|
||||
|
||||
<<EOF>> { data->atEnd = true; return 0; }
|
||||
|
||||
%%
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue