mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Electron-47 - Renamed error message and added some done() callback
This commit is contained in:
committed by
Kiran Niranjan
parent
c8ca074f92
commit
173c2c692a
@@ -35,7 +35,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
spellChecker.initializeSpellChecker();
|
||||
} catch (err) {
|
||||
/* eslint-disable no-console */
|
||||
console.error('requiring spellchecker module: ' + err);
|
||||
console.error('unable to load the spell checker module, hence, skipping the spell check feature ' + err);
|
||||
/* eslint-enable no-console */
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user