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

feat: add path to IOException message #436

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

BenVercammen
Copy link
Contributor

@BenVercammen BenVercammen commented Dec 19, 2022

Description

I'm regularly having an issue with melos not being able to delete some file or folder.
Turns out it was the .dart_tool/melos_tool folder.
Just in order to give the user a clue as to what is going wrong, I'd like to add the path of the FileSystemException to the IOException being thrown

Type of Change

  • feat -- New feature (non-breaking change which adds functionality)
  • 🛠️ fix -- Bug fix (non-breaking change which fixes an issue)
  • ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 refactor -- Code refactor
  • ci -- Build configuration change
  • 📝 docs -- Documentation
  • 🗑️ chore -- Chore

@CLAassistant
Copy link

CLAassistant commented Dec 19, 2022

CLA assistant check
All committers have signed the CLA.

@BenVercammen BenVercammen changed the title Add path to IOException message to give a clue chore: Add path to IOException message to give a clue Dec 19, 2022
@blaugold blaugold changed the title chore: Add path to IOException message to give a clue feat: add path to IOException message Dec 20, 2022
@blaugold
Copy link
Collaborator

Good idea! Thanks for the contribution!

@blaugold blaugold merged commit f8e1551 into invertase:main Dec 20, 2022
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.

3 participants