Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Nov 21, 2022
1 parent 86f141f commit 7eb4024
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ class ConfigParser {
)
const identifierInitialization = identifierDefinition && identifierDefinition.declarations[0].init
if (identifierInitialization && identifierInitialization.type === 'ObjectExpression') {
core.info('Found configuration object in indirect default export declaration with a wrapping call at the export')
core.info(
'Found configuration object in indirect default export declaration with a wrapping call at the export'
)
return identifierInitialization
}
}
Expand Down

0 comments on commit 7eb4024

Please sign in to comment.