Log corrected

make-only-subtitle-default
jeanchristophe.mqt@gmail.com 2 years ago
parent d654454c5e
commit 22a474104a

@ -260,7 +260,7 @@ var plugin = function (args) { return __awaiter(void 0, void 0, void 0, function
})]; })];
case 5: case 5:
isSuccessful = _g.sent(); isSuccessful = _g.sent();
args.jobLog("\u2714 ".concat(renameType.content, " renamed ").concat(fileDetailsWrapper.id, " : ") args.jobLog("\u2714 ".concat(renameType.content, " ").concat(fileDetailsWrapper.id, " renamed : ")
+ "'".concat(filePath, "' => '").concat(newPath, "'.")); + "'".concat(filePath, "' => '").concat(newPath, "'."));
return [3 /*break*/, 7]; return [3 /*break*/, 7];
case 6: case 6:

@ -242,7 +242,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
destinationPath: newPath, destinationPath: newPath,
args, args,
}); });
args.jobLog(`${renameType.content} renamed ${fileDetailsWrapper.id} : ` args.jobLog(`${renameType.content} ${fileDetailsWrapper.id} renamed : `
+ `'${filePath}' => '${newPath}'.`); + `'${filePath}' => '${newPath}'.`);
} else { } else {
isSuccessful = true; isSuccessful = true;

Loading…
Cancel
Save