mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
update console.error
This commit is contained in:
parent
276b5b874c
commit
a37ecbbb34
@ -49,7 +49,7 @@ export async function copyPlaintext(text: string): Promise<boolean> {
|
||||
return successful;
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.error("copyPlaintext failed", e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user