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
Blunder in #2529. Everything works if no prop is passed, but if null is passed, we get Cannot destructure property 'verify_recovery'.
verbose: running step {"actions":[{"systemimage:install":null}]}
verbose: running systemimage action install
debug: attempting to handle TypeError: Cannot destructure property 'verify_recovery' of '(intermediate value)(intermediate value)(intermediate value)' as it is null.
error: Error: unknown: TypeError: Cannot destructure property 'verify_recovery' of '(intermediate value)(intermediate value)(intermediate value)' as it is null.
stack trace: TypeError: Cannot destructure property 'verify_recovery' of '(intermediate value)(intermediate value)(intermediate value)' as it is null.
at SystemimagePlugin.action__install (C:\Users\18069\AppData\Local\Temp\26qs0lYtKoUeERuLrWTpZqpTg3m\resources\app.asar\src\core\plugins\systemimage\plugin.js:33:21)
at C:\Users\18069\AppData\Local\Temp\26qs0lYtKoUeERuLrWTpZqpTg3m\resources\app.asar\src\core\plugins\index.js:78:45
The text was updated successfully, but these errors were encountered:
Blunder in #2529. Everything works if no prop is passed, but if null is passed, we get
Cannot destructure property 'verify_recovery'
.The text was updated successfully, but these errors were encountered: