-
Notifications
You must be signed in to change notification settings - Fork 174
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
Fixes #893 Deploying steps indexing. #907
Conversation
…d constant POLL_TIME_MS. Added some commenting in deploy-utils.
Screen.Recording.2022-10-13.at.12.21.17.PM.mov |
thanks for adding videos on these PRs @mike-winberry, super helpful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was the POLL_TIME_MS just old code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, if you wanted to make Typescript happier, change some let
s to const
as they do not get re-declared.
…ponentMap and component
@jeff-mccoy Yes, that was old code and for both of these @Noxsios thanks I am sorely missing my pre-commit hooks, but should be cleaned up now. |
## Description Fix deploy-utils createComponentStepMap step numbering. Removed unused constant POLL_TIME_MS. Added some commenting in deploy-utils. Fixes # (issue) #893 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) Co-authored-by: Megamind <[email protected]>
Description
Fix deploy-utils createComponentStepMap step numbering. Removed unused constant POLL_TIME_MS. Added some commenting in deploy-utils.
Fixes # (issue)
#893
Type of change