Fix formatting for multi-line command output and delete tasks after completion.
This commit is contained in:
@@ -45,7 +45,6 @@ proc main() =
|
||||
# Execute all retrieved tasks and return their output to the server
|
||||
for task in tasks:
|
||||
let result = task.handleTask()
|
||||
|
||||
discard postResults(listener, agent, result)
|
||||
|
||||
when isMainModule:
|
||||
|
||||
Reference in New Issue
Block a user