Lint fixes
This commit is contained in:
parent
1881fa5fa5
commit
32c0a8fbf6
3 changed files with 4 additions and 5 deletions
|
@ -6,10 +6,8 @@ const electron = require('electron');
|
|||
|
||||
const Typo = require('typo-js');
|
||||
const fs = require('fs');
|
||||
const os = require('os');
|
||||
const osLocale = require('os-locale');
|
||||
const path = require('path');
|
||||
const semver = require('semver');
|
||||
|
||||
const { remote, webFrame } = electron;
|
||||
|
||||
|
@ -59,7 +57,9 @@ function setupLinux(locale) {
|
|||
return new Typo(locale, affData, dicData);
|
||||
}
|
||||
|
||||
window.log.error(`Could not find one of ${affDataPath} or ${dicDataPath} on filesystem`);
|
||||
window.log.error(
|
||||
`Could not find one of ${affDataPath} or ${dicDataPath} on filesystem`
|
||||
);
|
||||
}
|
||||
|
||||
window.log.info('Detected Linux. Using default en_US spell check dictionary');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue