From fab2e766aa022889e04859e26127f98c45377a99 Mon Sep 17 00:00:00 2001 From: benesjan Date: Mon, 9 Oct 2023 10:13:36 +0000 Subject: [PATCH] after-log message --- yarn-project/cli/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yarn-project/cli/src/index.ts b/yarn-project/cli/src/index.ts index 8bcdee2fc73..909450dacaa 100644 --- a/yarn-project/cli/src/index.ts +++ b/yarn-project/cli/src/index.ts @@ -334,6 +334,9 @@ export function getProgram(log: LogFn, debugLogger: DebugLogger): Command { } } else { await fetchLogs(); + if (!txHash) { + log('\nTo continue fetching logs after the latest one set the --after-log param to ' + filter.afterLog); + } } });