-
Notifications
You must be signed in to change notification settings - Fork 173
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
fix: error when running WASM quickstart #839
Conversation
This reverts commit a7bf9fb.
|
@seeflood I just fixed it. The error printed by this GetRandomPluginByID should be placed in the outer call, otherwise the install or uninstall will definitely print an error once. |
Codecov ReportBase: 60.72% // Head: 60.82% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #839 +/- ##
==========================================
+ Coverage 60.72% 60.82% +0.09%
==========================================
Files 137 137
Lines 9101 9103 +2
==========================================
+ Hits 5527 5537 +10
+ Misses 2887 2879 -8
Partials 687 687
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
What this PR does:
fix error when running WASM quickstart
Which issue(s) this PR fixes:
Fixes #838
Special notes for your reviewer:
Does this PR introduce a user-facing change?: