fix(cli): replace the headless log handler

This commit is contained in:
vorotamoroz
2026-08-01 06:20:47 +00:00
parent 4f14d7f160
commit a722244a92
+1 -1
View File
@@ -410,7 +410,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") {