Skip to content

Commit

Permalink
beautify javascript bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Aug 6, 2024
1 parent 1f5c3f7 commit bfde94d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified go/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion go/dist/App.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go/dist/App.js.map

Large diffs are not rendered by default.

Binary file modified go/libraries/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion go/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ async function tidy() {
dispatchChanges(editorManager.cssEditor, formattedCode);
break;
case 'javascript':
formattedCode = beautify(project.javascript, {
formattedCode = js_beautify(project.javascript, {
indent_size: 2,
max_preserve_newlines: 1
});
Expand Down

0 comments on commit bfde94d

Please sign in to comment.