don't try to silly resolve if it catches

pull/1484/head^2
yann300 3 years ago committed by Aniket
parent 42e8192d60
commit 99ad36a299
  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