(cherry picked from commit 1839a5542a)
This commit is contained in:
Eelco Dolstra
2018-04-11 11:42:17 +02:00
parent f226d56d25
commit effbbca812

View File

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