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
Update params.js test to not kill the process during execution
The call to WScript.Quit caused the process to terminate while script was executing, which now breaks some of the cleanup work added with this set of changes.
The fix is to make an else block for the work that would have been short-circuited, which allows the stack to unwind safely.
0 commit comments