-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Use native promises #1171
Use native promises #1171
Conversation
Thank you. I will have a look on this and solve the conflict once I'm back home. |
Works now. |
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.
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.
I think returning the promise from the |
I think should have Lines 144 to 152 in aaf13c5
Or do try-catch method |
This reverts commit aaf13c5.
Can you place a log statement before line 734 in |
Sure thing. Let me try. |
The old one should be here that will reject the Lines 1028 to 1031 in f8f7c9a
I am also not sure if using |
Maybe bring back Line 735 in f8f7c9a
tf2autobot/src/classes/BotManager.ts Line 58 in f8f7c9a
and reject on error, so that it will |
This reverts commit 22cd056.
I am unable to reproduce these issues on my machine at the current commit. I tried with node v16.15.1 and node v18.4.0. |
If you're unable to reproduce the error, that means Steam is back alive. |
I can't reproduce even when manually introducing an error - the code correctly shuts down upon erroring on my machine. See the attached mov file. Screen.Recording.2022-06-19.at.7.47.42.PM.mov |
hhmmmm weird. |
Merging this into development. |
↩️ Partially revert changes made in #1171
Refactored the code to use native promises and remove a few dependencies.