pull/5370/head
yann300 4 years ago committed by Aniket
parent f9714366ae
commit 15b73482ed
  1. 2
      libs/remix-core-plugin/src/lib/compiler-content-imports.ts

@ -145,7 +145,7 @@ export class CompilerImports extends Plugin {
} else {
const localhostProvider = await this.call('fileManager', 'getProviderByName', 'localhost')
if (localhostProvider.isConnected()) {
var splitted = /([^/]+)\/(.*)$/g.exec(url)
const splitted = /([^/]+)\/(.*)$/g.exec(url)
const possiblePaths = ['localhost/installed_contracts/' + url]
if (splitted) possiblePaths.push('localhost/installed_contracts/' + splitted[1] + '/contracts/' + splitted[2])

Loading…
Cancel
Save