You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for an option to wait until the current process has terminated before the next one started, and I came across this old functionality: #45
Was this intentionally dropped or superceded by another option that I can't find? If the former, any chance of re-implementing it?
Thanks,
John
PS My scenario is debugging in VSC and test processes don't get killed properly when using the -k option when on a breakpoint, so I was hoping that a '-w' option to wait for the current process to finish would help me.
The text was updated successfully, but these errors were encountered:
So version 5 switched to queue up tasks by default: https://github.com/Qard/onchange/releases/tag/v5.0.0. I believe that's similar to the old --wait option (PR here #67) and what you're describing might be considered a bug. It shouldn't start a new process until the first one is killed.
Hi,
I was looking for an option to wait until the current process has terminated before the next one started, and I came across this old functionality: #45
Was this intentionally dropped or superceded by another option that I can't find? If the former, any chance of re-implementing it?
Thanks,
John
PS My scenario is debugging in VSC and test processes don't get killed properly when using the -k option when on a breakpoint, so I was hoping that a '-w' option to wait for the current process to finish would help me.
The text was updated successfully, but these errors were encountered: