We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes
【优化建议】如果file_set_(remote_file_set)为空,就不需要再执行 UpdateLocalMeta函数。UpdateLocalMeta函数内部没有判断localFileMap为空的情况,无论是否为空,都会打开文件,然后关闭文件。
No response
The text was updated successfully, but these errors were encountered:
fix: If the localFileMap is empty, do not continue execution(OpenAtom…
98b3e71
…Foundation#2303)
fix: If the localFileMap is empty, do not continue execution(#2303) (#…
2e3dc74
…2312) Co-authored-by: liuchengyu <[email protected]>
273651d
…Foundation#2303) (OpenAtomFoundation#2312) Co-authored-by: liuchengyu <[email protected]>
566db7c
No branches or pull requests
Is this a regression?
Yes
Description
【优化建议】如果file_set_(remote_file_set)为空,就不需要再执行 UpdateLocalMeta函数。UpdateLocalMeta函数内部没有判断localFileMap为空的情况,无论是否为空,都会打开文件,然后关闭文件。
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
No response
Please provide the version you discovered this bug in (check about page for version information)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: