mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
Log info
This commit is contained in:
parent
6ad9931e43
commit
b77f868fc8
@ -37,6 +37,7 @@ export default class SpellCheckerServiceDriverNative extends SpellCheckerService
|
||||
for (const toTry of languagesToTry) {
|
||||
try {
|
||||
this.session().setSpellCheckerLanguages([toTry]);
|
||||
logger.info(`Set effective language from "${v}" to "${toTry}"`);
|
||||
return;
|
||||
} catch (error) {
|
||||
logger.warn(`Failed to set language to "${toTry}". Will try the next one in this list: ${JSON.stringify(languagesToTry)}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user