Skip to content

Commit

Permalink
Fix version discrepancy.
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloD2022 committed May 22, 2024
1 parent c232b16 commit 5362e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/templates/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div id="editor"></div>
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.44.0/min/vs/loader.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.48.0/min/vs/loader.min.js"></script>
<script>

let codeLiteral = {{code|tojson}};
Expand Down

0 comments on commit 5362e2b

Please sign in to comment.