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
As noted here:
diff --git a/automataCI/_package-flatpak_windows-any.ps1 b/automataCI/_package-flatpak_windows-any.ps1 index 7a38b0e..766e8d5 100644 --- a/automataCI/_package-flatpak_windows-any.ps1 +++ b/automataCI/_package-flatpak_windows-any.ps1 @@ -96,6 +96,7 @@ function PACKAGE-Run-FLATPAK { 10 { $null = I18N-Assemble-Skipped $null = FS-Remove-Silently "${_src}" + return 0 } 0 { # accepted } default {
work as expected.
buggy.
No response
The text was updated successfully, but these errors were encountered:
fixed in 08dc6c0
Sorry, something went wrong.
hollowaykeanho
No branches or pull requests
Description
As noted here:
Expected Behavior
work as expected.
Current Behavior
buggy.
Steps to Reproduce [COMPULSORY]
Associated Data Files
No response
The text was updated successfully, but these errors were encountered: