pull/1484/head^2
yann300 3 years ago committed by Aniket
parent aa6919b7fc
commit d19d1d6ab1
  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