pull/2816/head
bunsenstraat 2 years ago committed by Aniket
parent 7aa74b20ff
commit ad3f3ad63a
  1. 4
      apps/remix-ide/src/app/plugins/parser/code-parser.tsx

@ -118,9 +118,7 @@ export class CodeParser extends Plugin {
})
this.on('solidity', 'loadingCompiler', async (url) => {
// add timestamp to avoid caching
url = url + '?t=' + Date.now()
this.compilerService.compiler.loadVersion(true, url)
this.compilerService.compiler.loadVersion(true, `${url}?t=${Date.now()}`)
})
await this.compilerService.init()

Loading…
Cancel
Save