mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
chore(code): fix editorconfig for src/public
This commit is contained in:
@@ -176,7 +176,7 @@ function saveToTmpDir(fileName: string, content: string | Buffer, entityType: st
|
||||
if (typeof content === "string") {
|
||||
fs.writeSync(tmpObj.fd, content);
|
||||
} else {
|
||||
fs.writeSync(tmpObj.fd, content);
|
||||
fs.writeSync(tmpObj.fd, content);
|
||||
}
|
||||
|
||||
fs.closeSync(tmpObj.fd);
|
||||
|
||||
Reference in New Issue
Block a user