Skip to content

Commit

Permalink
Comment (DH-18163)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Dec 18, 2024
1 parent 5cc1a40 commit 02c6fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/RequirementsTxtGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export class RequirementsTxtGenerator {
*/
onLogMessage = (logItem: DhcType.ide.LogItem): void => {
// onLogMessage will get called on the entire log history when subscribed,
// so we ignore messages until tracking has been enabled.
// so we ignore messages until tracking has been enabled and after tracking
// has been finalized.
if (this._trackingLogs == null) {
return;
}
Expand Down

0 comments on commit 02c6fa5

Please sign in to comment.