This commit is contained in:
Eelco Dolstra 2018-04-11 11:42:17 +02:00
parent d6aaa35478
commit 1839a5542a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -197,6 +197,7 @@ bool NixRepl::getLine(string & input, const std::string &prompt)
}
}
input += s;
input += '\n';
return true;
}