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