Skip to content

Separate code execution from existing file content

Compare
Choose a tag to compare
@tbsklg tbsklg released this 18 May 10:34
· 4 commits to main since this release
157f53b

In JavaScript, semicolons are used to end a statement, but they are not required. This can lead to execution errors. With this fix, the code execution is separated from the existing file content by a semicolon.