pull/3549/head
yann300 2 years ago committed by Aniket
parent 46e822cc66
commit cb3837d8f3
  1. 2
      apps/remix-ide/src/app/plugins/solidity-script.tsx

@ -19,7 +19,7 @@ export class SolidityScript extends Plugin {
async execute (path: string, functionName: string = 'run') {
_paq.push(['trackEvent', 'SolidityScript', 'execute', 'script'])
this.call('terminal', 'log', `running ${path}...`)
this.call('terminal', 'log', `running free function ${functionName} from ${path}...`)
let content = await this.call('fileManager', 'readFile', path)
const params = await this.call('solidity', 'getCompilerParameters')

Loading…
Cancel
Save