Skip to content

Commit

Permalink
Of course I missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
Scripter17 committed Oct 2, 2024
1 parent e0fe83c commit 63c068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function clean_all_urls_on_page() {
}
} else {
console.error("URL Cleaner GetJobError:", cleaning_result, "Element indesx:", index, "Element:", elements[index], "Job:", bulk_job[index]);
elements[index].setAttribute("url-cleaner", "error");
elements[index].setAttribute("url-cleaner", "GetJobError");
elements[index].setAttribute("url-cleaner-error", JSON.stringify(cleaning_result.Err));
elements[index].style.color = "red";
}
Expand Down

0 comments on commit 63c068f

Please sign in to comment.