Closed Adam-Kay closed 11 months ago
If you just press Enter when the program asks you if you want to update, it will go ahead and do it.
Y
Program should ask again
Re-using the %CONFIRMATION% variable between prompts. If you enter nothing, the first prompt's Y value spills over. Rename the damn variables.
%CONFIRMATION%
Bug Description
If you just press Enter when the program asks you if you want to update, it will go ahead and do it.
Steps to Reproduce
Y
Expected behavior
Program should ask again
Potential Cause
Re-using the
%CONFIRMATION%
variable between prompts. If you enter nothing, the first prompt'sY
value spills over. Rename the damn variables.