diff options
Diffstat (limited to 'Omni/Jr.hs')
| -rwxr-xr-x | Omni/Jr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ runLoop delaySec = do (task : _) -> do putText "" putText ("[loop] === Working on: " <> TaskCore.taskId task <> " ===") - -- Run worker (this blocks until amp completes) + -- Run worker (this blocks until the engine completes) absPath <- Directory.getCurrentDirectory let name = Text.pack (takeFileName absPath) let worker = |
