mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed new line for user input from terminal.
This commit is contained in:
parent
665edd3f86
commit
c6653d5ffc
@ -272,7 +272,7 @@ bool CommandLineInterface::processInput()
|
||||
while (!cin.eof())
|
||||
{
|
||||
getline(cin, s);
|
||||
m_sourceCodes["<stdin>"].append(s);
|
||||
m_sourceCodes["<stdin>"].append(s + '\n');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user