Lonefy / vscode-JS-CSS-HTML-formatter

JS,CSS,HTML formatter for vscode
48 stars 23 forks source link

error js after save file #109

Open db-conception opened 4 years ago

db-conception commented 4 years ago

Hi,

When I save a JS file where I write : var variable = variableBis ?? variableTer;

Your extension replace this line by : var variable = variableBis ? ? variableTer; And I get a JS error.

Can you fix this please ?

Regards,

David