Skip to content

fix(all): cli fable clean command crash when output directory doesn't exist#4651

Open
goswinr wants to merge 1 commit into
fable-compiler:mainfrom
goswinr:main
Open

fix(all): cli fable clean command crash when output directory doesn't exist#4651
goswinr wants to merge 1 commit into
fable-compiler:mainfrom
goswinr:main

Conversation

@goswinr

@goswinr goswinr commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

The cli clean command would crash with DirectoryNotFoundException if the specified output directory (via -o flag) didn't exist. Now it gracefully handles this case by checking if the directory exists before attempting to clean it.

… exist

The cli clean command would crash with DirectoryNotFoundException if the
specified output directory (via -o flag) didn't exist. Now it gracefully
handles this case by checking if the directory exists before attempting
to clean it.
@dbrattli

dbrattli commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

@goswinr You cannot update the CHANGELOG since that will automatically be taken care of by ShipIt based on the commit message.

@goswinr

goswinr commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

@dbrattli I reverted

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.

2 participants