You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
update console.error
This commit is contained in:
committed by
GitHub
parent
276b5b874c
commit
a37ecbbb34
@@ -49,7 +49,7 @@ export async function copyPlaintext(text: string): Promise<boolean> {
|
|||||||
return successful;
|
return successful;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error("copyPlaintext failed", e);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user