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
Was using the command watch to run a bash script, however when i changed the git branch of my project my computer crashed due to watch triggering that comand too many times.
Expected behaviour should be that if changes occur while command is executed it should only attempt to exectute the command once after the previous one has changed
The text was updated successfully, but these errors were encountered:
mitermayer
changed the title
When polling for new changes during an ingoing command execution should keep adding to the QUE
When polling for new changes during an ingoing command execution should not trigger multiple executors
May 24, 2016
Was using the command watch to run a bash script, however when i changed the git branch of my project my computer crashed due to watch triggering that comand too many times.
Expected behaviour should be that if changes occur while command is executed it should only attempt to exectute the command once after the previous one has changed
The text was updated successfully, but these errors were encountered: