The compiler might be in a non-sane state, please be careful and do not use further compilation data to deploy to mainnet.
The compiler returned with the following internal error: <br> <b>${data['error'].formattedMessage}.<br>
It is heavily recommended to use another browser not affected by this issue (Firefox is known to not be affected).</b><br>
The compiler might be in a non-sane state, please be careful and do not use further compilation data to deploy to mainnet.
Please join <a href="https://gitter.im/ethereum/remix" target="blank" >remix gitter channel</a> for more information.</div>`)
It is heavily recommended to use another browser not affected by this issue (Firefox is known to not be affected).</b><br>
Please join <a href="https://gitter.im/ethereum/remix" target="blank" >remix gitter channel</a> for more information.</div>`)
}
}
}
}
if(data.errors&&data.errors.length){
if(data.errors&&data.errors.length){
...
@@ -289,7 +290,10 @@ class CompileTab extends ApiFactory {
...
@@ -289,7 +290,10 @@ class CompileTab extends ApiFactory {
})
})
if(details[propertyName]!==''){
if(details[propertyName]!==''){
try{
try{
node=yo`<div>${treeView.render(typeofdetails[propertyName]==='object'?details[propertyName]:JSON.parse(details[propertyName]))}</div>`// catch in case the parsing fails.