summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-23 10:08:21 +0300
committerPaul Buetow <paul@buetow.org>2024-10-23 10:08:21 +0300
commit09144495a49cd04df87f467ee045899cfeae3a30 (patch)
tree96bfab37a8ba5a649d93825646c088f94bc68723 /internal/run.go
parenta3b5d7ae6309bf84e4d29b9d312a0ae82eb9be12 (diff)
more todos
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/run.go b/internal/run.go
index 98fb501..513d71e 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -35,6 +35,7 @@ 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):