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

[Q] Is it possible to run fork twice? #62

Closed
takisawa opened this issue May 29, 2017 · 3 comments
Closed

[Q] Is it possible to run fork twice? #62

takisawa opened this issue May 29, 2017 · 3 comments

Comments

@takisawa
Copy link

takisawa commented May 29, 2017

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?

@eisuke
Copy link
Member

eisuke commented May 30, 2017

No, It is a bug. I'll fix it.
Thank you for reporting the issue.

@eisuke
Copy link
Member

eisuke commented May 31, 2017

Fixed this issue #64, and released as v0.4.2.

@eisuke eisuke closed this as completed May 31, 2017
@takisawa
Copy link
Author

Thank you so much!

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

No branches or pull requests

2 participants