“Optimized Code” gets rid of things like spaces
-
I have code that I’m using to display text, for example:
console.log(`Answer: ${answer}`);
where the space is specifically required. However, in the “optimized” code produced by HFCM, the space is removed. This breaks functionality and is not optimal. Is there a way to fix this?- This topic was modified 2 years, 6 months ago by .
- This topic was modified 2 years, 6 months ago by .
- This topic was modified 2 years, 6 months ago by .
- This topic was modified 2 years, 6 months ago by .
- This topic was modified 2 years, 6 months ago by .
- This topic was modified 2 years, 6 months ago by .
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘“Optimized Code” gets rid of things like spaces’ is closed to new replies.