Update log-analyzer

This commit is contained in:
Belim
2025-05-17 21:44:08 +02:00
committed by GitHub
parent 9551e19461
commit d2e2d31cae
+1 -1
View File
@@ -145,7 +145,7 @@
<script>
// read text from clipboard
async function pasterResult() {
async function pasteResult() {
try {
const text = await navigator.clipboard.readText();
if (!text) {