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
I executed the following Kuroko2 script.
### Kuroko2 Script execute: echo 1 fork: execute: echo 2 execute: echo 3 execute: echo 4 fork: execute: echo 5 execute: echo 6 execute: echo 7 ### Result echo1 echo 2 echo 3 echo 4 echo 7 # `echo 5` and `echo 6` were not executed.
Is this in the specifications?
The text was updated successfully, but these errors were encountered:
No, It is a bug. I'll fix it. Thank you for reporting the issue.
Sorry, something went wrong.
Fixed this issue #64, and released as v0.4.2.
Thank you so much!
No branches or pull requests
I executed the following Kuroko2 script.
Is this in the specifications?
The text was updated successfully, but these errors were encountered: