|
|
@ -19,7 +19,9 @@ function Renderer (editor, web3, updateFiles, udapp, executionContext, formalVer |
|
|
|
$('#output').empty(); |
|
|
|
$('#output').empty(); |
|
|
|
if (success) { |
|
|
|
if (success) { |
|
|
|
self.contracts(data, source); |
|
|
|
self.contracts(data, source); |
|
|
|
} else { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// NOTE: still need to display as there might be warnings
|
|
|
|
if (data['error']) { |
|
|
|
if (data['error']) { |
|
|
|
self.error(data['error']); |
|
|
|
self.error(data['error']); |
|
|
|
} |
|
|
|
} |
|
|
@ -28,7 +30,6 @@ function Renderer (editor, web3, updateFiles, udapp, executionContext, formalVer |
|
|
|
self.error(err); |
|
|
|
self.error(err); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|