don't try to silly resolve if it catches

pull/5370/head
yann300 4 years ago committed by Aniket
parent 34befdf231
commit 94aa886b8d
  1. 2
      libs/remix-core-plugin/src/lib/compiler-content-imports.ts

@ -167,7 +167,7 @@ export class CompilerImports extends Plugin {
}
}
} catch (e) {
return await this.importExternal(url, targetPath)
throw new Error(`not found ${url}`)
}
}
}

Loading…
Cancel
Save