Update compile_solc.js

pull/1863/head
Nikita Chebykin 6 years ago committed by GitHub
parent f7915e0f03
commit eff2182a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/explorer/priv/compile_solc.js

@ -12,7 +12,7 @@ var evmVersion = process.argv[8];
var compiled_code = solc.loadRemoteVersion(version, function (err, solcSnapshot) { var compiled_code = solc.loadRemoteVersion(version, function (err, solcSnapshot) {
if (err) { if (err) {
console.log(JSON.stringify(err)); console.log(JSON.stringify(err.message));
} else { } else {
const input = { const input = {
language: 'Solidity', language: 'Solidity',

Loading…
Cancel
Save