update console.error
This commit is contained in:
parent
276b5b874c
commit
a37ecbbb34
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue