This commit is contained in:
Eelco Dolstra
2018-04-11 11:42:17 +02:00
parent d6aaa35478
commit 1839a5542a
+1
View File
@@ -197,6 +197,7 @@ bool NixRepl::getLine(string & input, const std::string &prompt)
}
}
input += s;
input += '\n';
return true;
}