Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type to match implementation #115

Closed
wants to merge 1 commit into from
Closed

Conversation

yinm
Copy link

@yinm yinm commented Mar 10, 2024

In implementation, CopyStatus has a writtenBytes property instead of a written property.

e.g.

cpy/index.js

Lines 217 to 220 in 7d6e8be

const fileStatus = copyStatus.get(event.sourcePath) || {
writtenBytes: 0,
percent: 0,
};

So, I fixed type to match implementation.

@yinm yinm deleted the fix-type branch March 11, 2024 07:19
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.

None yet

1 participant