summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-08-07 16:28:36 +0100
committerKatolaZ <katolaz@freaknet.org>2017-08-07 16:28:36 +0100
commitb95f71b5314232e5af5bf41d2c750e5c17861a66 (patch)
tree6e834f7bac91d640f2f8eb8a5f04aa8f181b72d0
parent9d60b3d95d49c1097ceeb641f857fe724c4d9cab (diff)
added a comment in commits.godevel
-rw-r--r--commits.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commits.go b/commits.go
index 3a7d8d0..7725b2f 100644
--- a/commits.go
+++ b/commits.go
@@ -225,6 +225,7 @@ func walkCommits(msg spoolMsg, w *worker) error {
}
+ // Now we can execute the commands in the stack, in the correct order...
stackHead := len(cmdStack) - 1
debug.log("[worker: %s] Executing command stack:\n", w.Name)
for i := range cmdStack {