Skip to content

Commit 2bb858e

Browse files
debug
1 parent 962fbc1 commit 2bb858e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/tasks/cwv-demo-suggestions-processor

src/tasks/cwv-demo-suggestions-processor/handler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ async function updateSuggestionWithGenericIssues(
101101

102102
try {
103103
const filename = fileURLToPath(import.meta.url);
104+
logger.debug('Debug - filename:', filename);
104105
const CWV_SUGGESTIONS_FILE_PATH = join(filename, '..', '..', '..', 'static', 'aem-best-practices.json');
105106
logger.info(`Loading CWV suggestions from: ${CWV_SUGGESTIONS_FILE_PATH}`);
106107

0 commit comments

Comments
 (0)