diff --git a/index.js b/index.js index 9eb8b07..d476fc3 100644 --- a/index.js +++ b/index.js @@ -29,6 +29,7 @@ module.exports = function svgLoader (options = {}) { try { svg = await fs.readFile(path, 'utf-8') } catch (ex) { + console.log("File couldn't be loaded, fallback to default loader", id, ex) return // File couldn't be loaded, fallback to default loader }