diff --git a/src/apps/cli/main.ts b/src/apps/cli/main.ts index f1fa57af..442621dd 100644 --- a/src/apps/cli/main.ts +++ b/src/apps/cli/main.ts @@ -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") {