1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Chore: Linter

This commit is contained in:
Laurent Cozic 2021-10-15 12:39:08 +01:00
parent ccf9882452
commit a5f2fd8982

View File

@ -1,6 +1,6 @@
// The sync debug log can be used to view from a single file a sequence of sync
// related events. In particular, it logs notes and folders being saved, and the
// relevant sync operations.
// relevant sync operations. Enable it in app.ts
import Logger, { TargetType } from '../../Logger';
import { homedir } from 'os';