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

[BUG] silent keyword doesn't work with failed syntax #298

Open
KrosFire opened this issue Jul 11, 2024 · 1 comment
Open

[BUG] silent keyword doesn't work with failed syntax #298

KrosFire opened this issue Jul 11, 2024 · 1 comment
Labels
bug Something isn't working compiler

Comments

@KrosFire
Copy link
Member

Given code will show error msg if there is an error:

silent $cat file.txt | grep "READY"$ failed {
  unsafe $touch file.txt$
}
@KrosFire KrosFire added the bug Something isn't working label Jul 11, 2024
@Ph0enixKM
Copy link
Member

So the main issue here is that silent keyword does not work properly

@Mte90 Mte90 added the compiler label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler
Projects
None yet
Development

No branches or pull requests

3 participants