mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore: fix formatting
This commit is contained in:
parent
903988fec5
commit
bcbf4f4090
@ -10,7 +10,7 @@ import { t } from "i18next";
|
||||
const { LOG_DIR } = dataDir;
|
||||
|
||||
async function getBackendLog() {
|
||||
const fileName = `trilium-${dateUtils.localNowDate()}.log`
|
||||
const fileName = `trilium-${dateUtils.localNowDate()}.log`;
|
||||
try {
|
||||
const file = join(LOG_DIR, fileName);
|
||||
return await readFile(file, "utf8");
|
||||
|
Loading…
x
Reference in New Issue
Block a user