Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 14fb119

Browse files
committed
Bug fixed.
1 parent 2727ba4 commit 14fb119

File tree

1 file changed

+1
-0
lines changed
  • src/Language/PipeScript/Interpreter

1 file changed

+1
-0
lines changed

src/Language/PipeScript/Interpreter/Eval.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ runAction' topRun name tls args = do
314314
t <- fmap tasks get
315315
runner <- fmap taskRunner get
316316
liftIO $ runner t
317+
modify $ \c -> c {tasks = []}
317318

318319
executeTopLevels afters
319320

0 commit comments

Comments
 (0)