mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 10:04:52 +00:00
Format
This commit is contained in:
@@ -190,7 +190,9 @@ class ConfigParser {
|
|||||||
)
|
)
|
||||||
const identifierInitialization = identifierDefinition && identifierDefinition.declarations[0].init
|
const identifierInitialization = identifierDefinition && identifierDefinition.declarations[0].init
|
||||||
if (identifierInitialization && identifierInitialization.type === 'ObjectExpression') {
|
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
|
return identifierInitialization
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user