Update log-analyzer
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
<script>
|
||||
|
||||
// read text from clipboard
|
||||
async function pasterResult() {
|
||||
async function pasteResult() {
|
||||
try {
|
||||
const text = await navigator.clipboard.readText();
|
||||
if (!text) {
|
||||
|
||||
Reference in New Issue
Block a user