mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CommonIO: Replace readStandardInput() with readUntilEnd() with a configurable stream
This commit is contained in:
@@ -155,7 +155,7 @@ Allowed options)",
|
||||
}
|
||||
}
|
||||
else
|
||||
input = readStandardInput();
|
||||
input = readUntilEnd(cin);
|
||||
|
||||
interpret(input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user