Minor correction

This commit is contained in:
jeanchristophe.mqt@gmail.com 2024-02-25 16:40:16 +01:00
parent 2a5b73a8eb
commit 9d5f7136f8
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
destinationPath: output.newPath,
args,
});
args.jobLog(`✔ Renamed ${getNewPathType.contentName} ${parseRequestResult} : '${filePath}' => '${output.newPath}'.`);
args.jobLog(`✔ Renamed ${getNewPathType.contentName} ${parseRequestResult.id} : '${filePath}' => '${output.newPath}'.`);
} else {
output.isSuccessful = true;
args.jobLog('✔ No rename necessary.');