Update dist folder

This commit is contained in:
Riccardo Rigutini 2024-03-11 14:08:42 +00:00 committed by GitHub
parent d8e938aabf
commit 4f6360a5fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
dist/index.js generated vendored
View File

@ -169,8 +169,8 @@ exports.processInChunks = processInChunks;
* @returns A Promise that resolves when the file has been modified. * @returns A Promise that resolves when the file has been modified.
* @throws An error if there is an error reading or saving the file. * @throws An error if there is an error reading or saving the file.
*/ */
function replaceTextInFile(filePath, searchText, replacementText, encoding = 'utf8') { function replaceTextInFile(filePath_1, searchText_1, replacementText_1) {
return __awaiter(this, void 0, void 0, function* () { return __awaiter(this, arguments, void 0, function* (filePath, searchText, replacementText, encoding = 'utf8') {
// Don't do anything if the search text is empty // Don't do anything if the search text is empty
if (!searchText) { if (!searchText) {
return; return;

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long