Changelog Auto Add script: Fix property chaining (#44570)
Fix property chaining
This commit is contained in:
parent
d279466eb3
commit
4061bbfc2b
|
@ -135,7 +135,7 @@ const program = new Command( 'changefile' )
|
|||
const changelogFilePath = nodePath.join(
|
||||
tmpRepoPath,
|
||||
projectPath,
|
||||
composerFile.extra?.changelogger[ 'changes-dir' ] ??
|
||||
composerFile.extra?.changelogger?.[ 'changes-dir' ] ??
|
||||
'changelog',
|
||||
fileName
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue