diff options
Diffstat (limited to 'internal/run.go')
| -rw-r--r-- | internal/run.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go index 513d71e..98fb501 100644 --- a/internal/run.go +++ b/internal/run.go @@ -35,7 +35,6 @@ func Run(ctx context.Context, args config.Args) error { } func runPlatform(ctx context.Context, args config.Args, platform string, sizeLimit int) error { - // TODO: ctx should be extended, when editing a file due to its size being too large ent, err := schedule.Run(args, platform) switch { case errors.Is(err, schedule.ErrNothingToSchedule): |
