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
When using minify button on switch(2){case 1:break} the first time it will add a return after the break where it shouldn't. The second time it will add another return after the break. (Result is stable after that)
When using minify button on
switch(2){case 1:break}the first time it will add a return after thebreakwhere it shouldn't. The second time it will add another return after the break. (Result is stable after that)