update console.error

This commit is contained in:
Michael Telatynski 2020-04-15 19:24:33 +01:00 committed by GitHub
parent 276b5b874c
commit a37ecbbb34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}