Enable merging
This commit is contained in:
parent
eee78fd1a7
commit
b61c08041e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export class ObsidianFileOperations implements FileOperations {
|
|||
return new Uint8Array(0);
|
||||
}
|
||||
|
||||
if (isFileTypeMergable(path)) {
|
||||
if (!isFileTypeMergable(path)) {
|
||||
Logger.getInstance().debug(
|
||||
`The expected content is not mergable, so we won't perform a 3-way merge, just overwrite it`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue