Skip to content

Commit

Permalink
after-log message
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 9, 2023
1 parent c2127bf commit fab2e76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yarn-project/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
});

Expand Down

0 comments on commit fab2e76

Please sign in to comment.