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

@ -201,7 +201,7 @@ var plugin = function (args) { return __awaiter(void 0, void 0, void 0, function
})];
case 5:
_a.isSuccessful = _b.sent();
args.jobLog("\u2714 Renamed ".concat(getNewPathType.contentName, " ").concat(parseRequestResult, " : '").concat(filePath, "' => '").concat(output.newPath, "'."));
args.jobLog("\u2714 Renamed ".concat(getNewPathType.contentName, " ").concat(parseRequestResult.id, " : '").concat(filePath, "' => '").concat(output.newPath, "'."));
return [3 /*break*/, 7];
case 6:
output.isSuccessful = true;