Misc linting fixes.
This commit is contained in:
@@ -9,8 +9,8 @@ import ImportJob from "../decoder/decoder";
|
||||
let watcher: FSWatcher;
|
||||
|
||||
async function StartWatcher(): Promise<boolean> {
|
||||
const filePaths = store.get("settings.filepaths") || [];
|
||||
log.info("Use polling? ", store.get("settings.polling").enabled);
|
||||
const filePaths: string[] = store.get("settings.filepaths") || [];
|
||||
|
||||
if (filePaths.length === 0) {
|
||||
new Notification({
|
||||
//TODO: Add Translations
|
||||
|
||||
Reference in New Issue
Block a user