From b2217bd43b058de6fce3865a4251b2b0dd7a591c 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 8bcdee2fc739..909450dacaa3 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); + } } });