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(
|
const changelogFilePath = nodePath.join(
|
||||||
tmpRepoPath,
|
tmpRepoPath,
|
||||||
projectPath,
|
projectPath,
|
||||||
composerFile.extra?.changelogger[ 'changes-dir' ] ??
|
composerFile.extra?.changelogger?.[ 'changes-dir' ] ??
|
||||||
'changelog',
|
'changelog',
|
||||||
fileName
|
fileName
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue