Skip to content

Commit e175fe1

Browse files
committed
update docstring
1 parent 88f7851 commit e175fe1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/services/LogFileManager/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,8 @@ class LogFileManager {
209209
}
210210

211211
/**
212-
* Loads log events in the range and sends them to the renderer. The range is defined as
213-
* [`beginLogEventIdx`, `beginLogEventIdx + EXPORT_LOGS_CHUNK_SIZE`), or all remaining log
214-
* events if `EXPORT_LOGS_CHUNK_SIZE` log events aren't available.
212+
* Exports a chunk of log events, sends the results to the renderer, and schedules the next
213+
* chunk if more log events remain.
215214
*
216215
* @param beginLogEventIdx
217216
* @throws {Error} if any error occurs when decoding the log events.

0 commit comments

Comments
 (0)