Skip to content

Conversation

@flcdrg
Copy link
Contributor

@flcdrg flcdrg commented Jul 26, 2025

Fixes #77

@owent owent marked this pull request as ready for review July 26, 2025 13:26
Copilot AI review requested due to automatic review settings July 26, 2025 13:26
@owent owent merged commit f8efb78 into xresloader:v1 Jul 26, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue where files marked for deletion were not being uploaded when changes were detected. The main change ensures that files matching deletion rules are still added to the upload queue for processing.

  • Adds files matching delete rules to the upload queue
  • Updates compiled JavaScript dependencies with various version bumps and regex improvements

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/index.ts Modified logic to upload files even when they match delete rules
lib/index.js Updated compiled dependencies with version changes and regex pattern improvements

}

if (node.isClose === true) {
console.log('node.isClose', prefix, node.value);
Copy link

Copilot AI Jul 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This console.log statement appears to be debug code that should be removed before production deployment.

Suggested change
console.log('node.isClose', prefix, node.value);

Copilot uses AI. Check for mistakes.
@flcdrg flcdrg deleted the upload-always branch July 27, 2025 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not all files are uploaded all the time

2 participants