mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not handle combined JSON if option not given.
This commit is contained in:
parent
245620bdc2
commit
87e8c81514
@ -380,6 +380,9 @@ bool CommandLineInterface::processInput()
|
||||
|
||||
void CommandLineInterface::handleCombinedJSON()
|
||||
{
|
||||
if (!m_args.count("combined-json"))
|
||||
return;
|
||||
|
||||
Json::Value output(Json::objectValue);
|
||||
|
||||
set<string> requests;
|
||||
|
Loading…
Reference in New Issue
Block a user