-
Notifications
You must be signed in to change notification settings - Fork 1
[MOO-2155] - Fix file not found exception #18
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
[MOO-2155] - Fix file not found exception #18
Conversation
karahanharunn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vadym already mentioned that, guard fileManager.fileExists(atPath: filepath) else { return } code throws error without any logging. We can add log if it fails.
This does not throw any error, instead it returns and resolves promise. Added a log for this scenario before returning. |
Co-authored-by: vadymv-mendix <138661748+vadymv-mendix@users.noreply.github.com>
5e101df
93dbe78
No description provided.