diff options
-rw-r--r-- | commits.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |