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