mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +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;
|
const { LOG_DIR } = dataDir;
|
||||||
|
|
||||||
async function getBackendLog() {
|
async function getBackendLog() {
|
||||||
const fileName = `trilium-${dateUtils.localNowDate()}.log`
|
const fileName = `trilium-${dateUtils.localNowDate()}.log`;
|
||||||
try {
|
try {
|
||||||
const file = join(LOG_DIR, fileName);
|
const file = join(LOG_DIR, fileName);
|
||||||
return await readFile(file, "utf8");
|
return await readFile(file, "utf8");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user