Lint fixes

This commit is contained in:
Josh Perez 2020-02-19 09:55:35 -08:00 committed by GitHub
parent 1881fa5fa5
commit 32c0a8fbf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -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');