fix(cli): replace the headless log handler

This commit is contained in:
vorotamoroz
2026-08-01 15:30:46 +00:00
parent 3ba9feaac7
commit 19f0b3d145
2 changed files with 56 additions and 1 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ export async function main(
if (!options.verbose) return;
}
writeStderrLine(standardIo, prefix, message);
});
}, true);
// Prevent replication result from being processed automatically in non-daemon commands.
// In daemon mode the default handler must run so changes are applied to the filesystem.
if (options.command !== "daemon") {