Commit 99ad36a2 authored by yann300's avatar yann300 Committed by Aniket

don't try to silly resolve if it catches

parent 42e8192d
...@@ -167,7 +167,7 @@ export class CompilerImports extends Plugin { ...@@ -167,7 +167,7 @@ export class CompilerImports extends Plugin {
} }
} }
} catch (e) { } catch (e) {
return await this.importExternal(url, targetPath) throw new Error(`not found ${url}`)
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment