pull/3549/head
yann300 2 years ago committed by Aniket
parent 7ce0cedd0c
commit 99c7ecb73d
  1. 1
      apps/remix-ide/src/app/plugins/solidity-script.tsx

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

Loading…
Cancel
Save