This commit is contained in:
Shreyas Goenka 2025-02-24 18:09:21 +01:00
parent 549e49e2ae
commit 71643ab1df
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
func main() {
ctx := context.Background()
// Uploading telemetry data spawns a new process. We handle this separately
// A new process is spawned for uploading telemetry data. We handle this separately
// from the rest of the CLI commands.
// This is done because [root.Execute] spawns a new process to run the
// "telemetry upload" command if there are logs to be uploaded. Having this outside