mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-05-03 14:07:48 +00:00
Upgrade eslint and vite.
This commit is contained in:
@@ -105,7 +105,7 @@ async function copyURL(mytext) {
|
||||
try {
|
||||
await navigator.clipboard.writeText(mytext);
|
||||
alert(t("info.copied"));
|
||||
} catch ($e) {
|
||||
} catch {
|
||||
alert(t("info.cannot_copy"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user