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
Describe the bug
A clear and concise description of what the bug is.
Whilst running the packer watch command and saving two files in quick succession, the library throws a 'Deploy already in progress' error.
This causes the watch command to stop. Ideally it should just carry on running, and queue another deployment with the new file?
To Reproduce
Steps to reproduce the behavior:
npm run watch
Change a file
Save
Change again
Save
See error
(Note: Steps 2-5 need to happen quite quickly, so that the second save happens before the first finishes deploying)
Expected behavior
I'd expect the second file saved to get queued for deployment after the first.
Screenshots
System (please complete the following information):
OS: Mac OSX 10
Node Version: 15.4.0
NPM Version: 7.0.15
Browser: Chrome
Packer (please complete the following information):
Version: 1.3.4
Theme (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
Whilst running the
packer watch
command and saving two files in quick succession, the library throws a 'Deploy already in progress' error.This causes the watch command to stop. Ideally it should just carry on running, and queue another deployment with the new file?
To Reproduce
Steps to reproduce the behavior:
(Note: Steps 2-5 need to happen quite quickly, so that the second save happens before the first finishes deploying)
Expected behavior
I'd expect the second file saved to get queued for deployment after the first.
Screenshots
System (please complete the following information):
Packer (please complete the following information):
Theme (please complete the following information):
The text was updated successfully, but these errors were encountered: