mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
source-upgrade does not really process standard input
This commit is contained in:
parent
b62bb0a0b2
commit
790d08f24b
@ -454,7 +454,7 @@ bool SourceUpgrade::readInputFiles()
|
||||
|
||||
if (m_sourceCodes.size() == 0)
|
||||
{
|
||||
warning() << "No input files given. If you wish to use the standard input please specify \"-\" explicitly." << endl;
|
||||
warning() << "No input files given." << endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user