diff --git a/blocks/we-see/we-see.js b/blocks/we-see/we-see.js index f5515382d..aab9c3592 100644 --- a/blocks/we-see/we-see.js +++ b/blocks/we-see/we-see.js @@ -8,7 +8,7 @@ async function getFragmentFromFile(fragmentURL) { const text = await response.text(); if (!text) { // eslint-disable-next-line no-console - console.error('fragment details empty', path); + console.error('fragment details empty', fragmentURL); return null; } return text;